public interface Channel
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.