public class Games.Pushtokens
extends java.lang.Object
| 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 java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the PushTokenIdjava.io.IOExceptionpublic Games.Pushtokens.Update update(PushToken content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the PushTokenjava.io.IOException