GravatarImagePickerWrapperListener

Listener for GravatarImagePickerWrapper that provides a way be informed about the avatar upload status.

Functions

Link copied to clipboard
abstract fun onAvatarUploadStarted()

Called when the avatar upload is started.

Link copied to clipboard
abstract fun onError(errorType: ErrorType)
Link copied to clipboard
abstract fun onSuccess(response: Unit)