Package 

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).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 darkUrl and fallback to url if darkUrl is null or blank.

        • In light mode, it uses only url.

        Blank or null URLs are excluded.