java.lang.Object | |
↳ | com.google.android.gms.auth.AccountChangeEvent |
AccountChangeEvent instances are Parcelables that contain data about an event for an account (e.g., the account was added, modified, etc.).
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Extra data about the change, if any.
| |||||||||||
The change type of this event.
| |||||||||||
The index of the event.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |
Extra data about the change, if any. For example, in the case of a rename, this will
contain the new account name. May be null
if no extra data is available.
The change type of this event. Maps to constants in GoogleAuthUtil
.
The index of the event. Can be used to determine if the event has been seen or not.