@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
AddAuthIdentityCallback |
Called after attempting to add a user identity.
|
OnUserChangedListener |
Use this interface to be notified about user change events.
|
Class | Description |
---|---|
AuthIdentity |
This class is representation of User Auth Identity, that is used by GetSocial framework to identify user
and to manage his accounts.
|
AuthIdentityProviderIds |
Class contains list of
AuthIdentityProviderIds constants
to be used while adding Auth AuthIdentity to the current user. |
ConflictUser |
When trying to add an identity and conflict in identities happens
ConflictUser is returned
to check the details of the conflict user to see which user you want to proceed with. |
PrivateUser |
Internal immutable properties for a user including all public properties, private properties and identities.
|
PrivateUser.Builder | |
PublicUser |
Immutable properties for a public user.
|
PublicUser.Builder | |
UserUpdate |
Composite data class used for batch update of properties of
current user.
|
UserUpdate.Builder |
Convenience builder for
UserUpdate . |
(c) Copyright GetSocial BV, 2017. All Rights Reserved.