public final class

MulticastResult

extends Object
implements Serializable
java.lang.Object
   ↳ com.google.android.gcm.server.MulticastResult

Class Overview

Result of a GCM multicast message request .

Summary

Public Methods
int getCanonicalIds()
Gets the number of successful messages that also returned a canonical registration id.
int getFailure()
Gets the number of failed messages.
long getMulticastId()
Gets the multicast id.
List<Result> getResults()
Gets the results of each individual message, which is immutable.
List<Long> getRetryMulticastIds()
Gets additional ids if more than one multicast message was sent.
int getSuccess()
Gets the number of successful messages.
int getTotal()
Gets the total number of messages sent, regardless of the status.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getCanonicalIds ()

Gets the number of successful messages that also returned a canonical registration id.

public int getFailure ()

Gets the number of failed messages.

public long getMulticastId ()

Gets the multicast id.

public List<Result> getResults ()

Gets the results of each individual message, which is immutable.

public List<Long> getRetryMulticastIds ()

Gets additional ids if more than one multicast message was sent.

public int getSuccess ()

Gets the number of successful messages.

public int getTotal ()

Gets the total number of messages sent, regardless of the status.

public String toString ()