Package 

Class AvatarViewExtensionKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit loadImage(AvatarView $self, List<Object> data, Boolean crossFadeEnabled, RequestListener<Drawable> requestListener, Function0<RequestOptions> requestOptions) Loads a list of image request data to the AvatarView.
      final static Unit loadImage(AvatarView $self, List<Object> data, RequestBuilder<?> requestBuilder) Loads a list of image request data to the AvatarView.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • loadImage

         final static Unit loadImage(AvatarView $self, List<Object> data, Boolean crossFadeEnabled, RequestListener<Drawable> requestListener, Function0<RequestOptions> requestOptions)

        Loads a list of image request data to the AvatarView. Up to 4 images will be combined and loaded.

        Parameters:
        data - A list of image data to be loaded.
        requestListener - A class for monitoring the status of a request while images load.
        requestOptions - A receiver to be applied with the RequestOptions.
      • loadImage

         final static Unit loadImage(AvatarView $self, List<Object> data, RequestBuilder<?> requestBuilder)

        Loads a list of image request data to the AvatarView. Up to 4 images will be combined and loaded.

        Parameters:
        data - A list of image data to be loaded.
        requestBuilder - A generic class that can handle setting options and staring loads for generic resource types.