Package | Description |
---|---|
com.google.api.services.games | |
com.google.api.services.games.model |
Modifier and Type | Method and Description |
---|---|
Games.Pushtokens.Update |
Games.Pushtokens.update(PushToken content)
Registers a push token for the current user and application.
|
Constructor and Description |
---|
Update(PushToken content)
Registers a push token for the current user and application.
|
Modifier and Type | Method and Description |
---|---|
PushToken |
PushToken.clone() |
PushToken |
PushToken.set(java.lang.String fieldName,
java.lang.Object value) |
PushToken |
PushToken.setClientRevision(java.lang.String clientRevision)
The revision of the client SDK used by your application, in the same format that's used by
revisions.check.
|
PushToken |
PushToken.setId(PushTokenId id)
Unique identifier for this push token.
|
PushToken |
PushToken.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
PushToken |
PushToken.setLanguage(java.lang.String language)
The preferred language for notifications that are sent using this token.
|