UserProfileCallback

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface UserProfileCallback : Callback<UserProfile, UserProfileFailure>

Callback that reports when a UserProfile or UserProfileFailure is received.

See also

Inherited functions

Link copied to clipboard
abstract fun onFailure(failure: UserProfileFailure)
Link copied to clipboard
abstract fun onSuccess(result: UserProfile)