- GCM_SEND_ENDPOINT - Static variable in class com.google.android.gcm.server.Constants
-
Endpoint for sending messages.
- getCanonicalIds() - Method in class com.google.android.gcm.server.MulticastResult
-
Gets the number of successful messages that also returned a canonical
registration id.
- getCanonicalRegistrationId() - Method in class com.google.android.gcm.server.Result
-
Gets the canonical registration id, if any.
- getCollapseKey() - Method in class com.google.android.gcm.server.Message
-
Gets the collapse key.
- getConnection(String) - Method in class com.google.android.gcm.server.Sender
-
- getData() - Method in class com.google.android.gcm.server.Message
-
Gets the payload data, which is immutable.
- getDescription() - Method in exception com.google.android.gcm.server.InvalidRequestException
-
Gets the error description.
- getErrorCodeName() - Method in class com.google.android.gcm.server.Result
-
Gets the error code, if any.
- getFailure() - Method in class com.google.android.gcm.server.MulticastResult
-
Gets the number of failed messages.
- getHttpStatusCode() - Method in exception com.google.android.gcm.server.InvalidRequestException
-
Gets the HTTP Status Code.
- getMessageId() - Method in class com.google.android.gcm.server.Result
-
Gets the message id, if any.
- getMulticastId() - Method in class com.google.android.gcm.server.MulticastResult
-
Gets the multicast id.
- getResults() - Method in class com.google.android.gcm.server.MulticastResult
-
Gets the results of each individual message, which is immutable.
- getRetryMulticastIds() - Method in class com.google.android.gcm.server.MulticastResult
-
Gets additional ids if more than one multicast message was sent.
- getString(InputStream) - Static method in class com.google.android.gcm.server.Sender
-
Convenience method to convert an InputStream to a String.
- getSuccess() - Method in class com.google.android.gcm.server.MulticastResult
-
Gets the number of successful messages.
- getTimeToLive() - Method in class com.google.android.gcm.server.Message
-
Gets the time to live (in seconds).
- getTotal() - Method in class com.google.android.gcm.server.MulticastResult
-
Gets the total number of messages sent, regardless of the status.