com.google.android.gms.games.event.Event |
![]() |
Data interface for retrieving event information.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the description for this event.
| |||||||||||
Loads the event description into the given
CharArrayBuffer . | |||||||||||
Retrieves the ID of this event.
| |||||||||||
Retrieves the sum of increments have been made to this event (formatted for the user's
locale).
| |||||||||||
Retrieves the sum of increments have been made to this event (formatted
for the user's locale).
| |||||||||||
Retrieves a URI that can be used to load the event's image icon.
| |||||||||||
Retrieves the name of this event.
| |||||||||||
Loads the event name into the given
CharArrayBuffer . | |||||||||||
Retrieves the player information associated with this event.
| |||||||||||
Retrieves the number of increments this user has made to this event.
| |||||||||||
Retrieves whether the event should be displayed to the user in any event related UIs.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Retrieves the description for this event.
Returns | |
---|---|
String |
The event description. |
Loads the event description into the given CharArrayBuffer
.
Parameters | |
---|---|
dataOut |
CharArrayBuffer :
The buffer to load the data into.
|
Retrieves the ID of this event.
Returns | |
---|---|
String |
The event ID. |
Retrieves the sum of increments have been made to this event (formatted for the user's locale).
Returns | |
---|---|
String |
The formatted number of increments this user has made to this event. |
Retrieves the sum of increments have been made to this event (formatted for the user's locale).
Parameters | |
---|---|
dataOut |
CharArrayBuffer :
The buffer to load the data into.
|
Retrieves a URI that can be used to load the event's image icon. Returns null if the event has no image.
To retrieve the Image from theUri
, use ImageManager
.
Returns | |
---|---|
Uri |
The image URI for the achievement's unlocked image icon, or null if the achievement has no unlocked image. |
Retrieves the name of this event.
Returns | |
---|---|
String |
The event name. |
Loads the event name into the given CharArrayBuffer
.
Parameters | |
---|---|
dataOut |
CharArrayBuffer :
The buffer to load the data into.
|
Retrieves the number of increments this user has made to this event.
Returns | |
---|---|
long |
The number of increments this user has made to this event. |
Retrieves whether the event should be displayed to the user in any event related UIs.
Returns | |
---|---|
boolean |
Whether to display the event to the user. |