-
- All Implemented Interfaces:
public final class AvatarViewExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static UnitloadImage(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 UnitloadImage(AvatarView $self, List<Object> data, RequestBuilder<?> requestBuilder)Loads a list of image request data to the AvatarView. -
-
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.
-
-
-
-