loadImage
Loads an image request data to the AvatarView.
Parameters
An image data to be loaded.
A lambda function will be executed when start requesting.
A lambda function will be executed when loading finished.
A lambda function will be executed when loading succeeds.
A lambda function will be executed when loading failed.
A receiver to be applied with the ImageRequest.Builder.
Loads a list of image request data to the AvatarView. Up to 4 images will be combined and loaded.
Parameters
A list of image data to be loaded.
A lambda function will be executed when start requesting.
A lambda function will be executed when finish loading.
A lambda function will be executed when loading succeeds.
A lambda function will be executed when loading failed.
A receiver to be applied with the ImageRequest.Builder.
Loads a vararg of image request data to the AvatarView. Up to 4 images will be combined and loaded.
Parameters
A vararg of image data to be loaded.
A lambda function will be executed when start requesting.
A lambda function will be executed when finish loading.
A lambda function will be executed when loading succeeds.
A lambda function will be executed when loading failed.
A receiver to be applied with the ImageRequest.Builder.