|
AeroGear SimplePush Server API 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Channel
A Channel instance represents the server side information of a channel in the SimplePush specification protocol
| Method Summary | |
|---|---|
String |
getChannelId()
Returns the channelId for this channel. |
String |
getEndpointToken()
Returns the endpoint token for this channel. |
String |
getUAID()
A unique identifier for a UserAgent created by the SimplePush Server. |
long |
getVersion()
Returns the version for this channel. |
| Method Detail |
|---|
String getUAID()
String a unique id for a UserAgent, or an empty String if the UserAgent has not
been assigned a uaid yet, or wants to reset it, which will create a new one.String getChannelId()
String this channels identifier.long getVersion()
long the version for this channel.String getEndpointToken()
String the endpoint token.
|
AeroGear SimplePush Server API 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||