Android Client Reference
Class NotificationEndpoint
Namespace: com.playerio
Language: Java
Notifications Endpoint
Methods | |||
---|---|---|---|
public Map<String,String> |
The configuration of the endpoint |
||
public String |
The endpoint identifier (e.g, iOS device token, Android registration id or e-mail address...) |
||
public String |
The type of the endpoint |
||
public boolean |
Is this endpoint currently enabled? |
NotificationEndpoint.getConfiguration
public Map<String,String> |
|
The configuration of the endpoint
NotificationEndpoint.getIdentifier
public String |
|
The endpoint identifier (e.g, iOS device token, Android registration id or e-mail address...)
NotificationEndpoint.getType
public String |
|
The type of the endpoint
NotificationEndpoint.isEnabled
public boolean |
|
Is this endpoint currently enabled?