Android Client Reference
Class Notification
Namespace: com.playerio
Language: Java
A Notification
Methods | |||
---|---|---|---|
public Map<String,String> |
The notification data |
||
public String |
The type of notification endpoint that will receive this notification |
||
public String |
The intended recipient (userId) of this notification |
||
public |
Create a new notification intended for the specified recipient if he/she has registered a notification endpoint of the given type. |
||
public Notification |
Add a specific argument to the Data of this notification |
Notification.getData
public Map<String,String> |
|
The notification data
Notification.getEndpointType
public String |
|
The type of notification endpoint that will receive this notification
Notification.getRecipientUserId
public String |
|
The intended recipient (userId) of this notification
Notification.Notification
public |
|
Create a new notification intended for the specified recipient if he/she has registered a notification endpoint of the given type.
Arguments
String | recipientUserId |
String | endpointType |
Notification.set
public Notification |
|
Add a specific argument to the Data of this notification
Arguments
String | key |
String | value |