GravatarListener

interface GravatarListener<T, E>

Generic Listener for Gravatar API call

Functions

Link copied to clipboard
abstract fun onError(errorType: E)

Called when the Gravatar API call fails

Link copied to clipboard
abstract fun onSuccess(response: T)

Called when the Gravatar API call is successful