public interface HelloMessage extends MessageType
MessageType.Type| Modifier and Type | Field and Description |
|---|---|
static String |
CHANNEL_IDS_FIELD
The name of the channelIDs JSON field.
|
static String |
UAID_FIELD
The name of the uaid JSON field.
|
MESSSAGE_TYPE_FIELD| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getChannelIds()
Channel identifiers are created on the UserAgent side and are stored by the SimplePush Server
and associated with the UserAgent.
|
String |
getUAID()
A globally unique identifier for a UserAgent created by the SimplePush Server.
|
getMessageTypestatic final String CHANNEL_IDS_FIELD
static final String UAID_FIELD
String getUAID()
String a globally 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.Set<String> getChannelIds()
Set<String> a set of channelIds sent from the UserAgent, or an empty list if no channel
ids were sent.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.