-
public final class PLYAssetKt
-
-
Method Summary
Modifier and Type Method Description final static List<String>getImageUrls(List<PLYAsset> $self)Extension function to extract image URLs from a list of PLYAsset objects based on the current theme (light or dark mode). -
-
Method Detail
-
getImageUrls
final static List<String> getImageUrls(List<PLYAsset> $self)
Extension function to extract image URLs from a list of PLYAsset objects based on the current theme (light or dark mode).
In dark mode, it prefers
darkUrland fallback tourlifdarkUrlis null or blank.In light mode, it uses only
url.
Blank or null URLs are excluded.
-
-
-
-