IAttachmentLoaderCallback

interface IAttachmentLoaderCallback : STWCallback<T>

This interface is used with the STWAttachmentManager in order to delegate events related to loading attachment.

See also

Functions

Link copied to clipboard
abstract fun onComplete(@NonNull attachment: BaseAttachment)
Called when the operation of loading of an attachment has been successfully done.

Inherited functions

Link copied to clipboard
abstract fun onError(@NonNull error: T)
Called when an error occurs following a request executed by the developer.