| Package | Description |
|---|---|
| com.google.api.services.games | |
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Games.Pushtokens.Remove |
Games.Pushtokens.remove(PushTokenId content)
Removes a push token for the current user and application.
|
| Constructor and Description |
|---|
Games.Pushtokens.Remove(PushTokenId content)
Removes a push token for the current user and application.
|
| Modifier and Type | Method and Description |
|---|---|
PushTokenId |
PushTokenId.clone() |
PushTokenId |
PushToken.getId()
Unique identifier for this push token.
|
PushTokenId |
PushTokenId.set(String fieldName,
Object value) |
PushTokenId |
PushTokenId.setIos(PushTokenId.Ios ios)
A push token ID for iOS devices.
|
PushTokenId |
PushTokenId.setKind(String kind)
Uniquely identifies the type of this resource.
|
| Modifier and Type | Method and Description |
|---|---|
PushToken |
PushToken.setId(PushTokenId id)
Unique identifier for this push token.
|