public interface AddAuthIdentityCallback
Modifier and Type | Method and Description |
---|---|
void |
onComplete()
Adding user identity was successful.
|
void |
onConflict(ConflictUser conflictUser)
Called if identity already belongs to another user and the conflict needs to be resolved.
|
void |
onFailure(GetSocialException getSocialException)
Adding user identity failed.
|
void onComplete()
void onFailure(GetSocialException getSocialException)
getSocialException
- The error that causes the operation to failvoid onConflict(ConflictUser conflictUser)
conflictUser
- Remote user to whom the identity belongs(c) Copyright GetSocial BV, 2020. All Rights Reserved.