FcmRegistrationParameter
instead@Deprecated public class GcmRegistrationParameter extends Object
ServiceClient.sendGcmRegistrationToken(GcmRegistrationParameter)
.Modifier and Type | Field and Description |
---|---|
String |
senderId
Deprecated.
The sender ID of the GCM registration.
|
String |
token
Deprecated.
The token of the GCM registration.
|
Constructor and Description |
---|
GcmRegistrationParameter(String senderId,
String token)
Deprecated.
|