| Modifier and Type | Class and Description |
|---|---|
class |
Games.Pushtokens.Remove |
class |
Games.Pushtokens.Update |
| Constructor and Description |
|---|
Games.Pushtokens() |
| Modifier and Type | Method and Description |
|---|---|
Games.Pushtokens.Remove |
remove(PushTokenId content)
Removes a push token for the current user and application.
|
Games.Pushtokens.Update |
update(PushToken content)
Registers a push token for the current user and application.
|
public Games.Pushtokens.Remove remove(PushTokenId content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the PushTokenIdIOExceptionpublic Games.Pushtokens.Update update(PushToken content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the PushTokenIOException