|
AeroGear Android Library 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aerogear.android.unifiedpush.PushConfig
public class PushConfig
| Field Summary | |
|---|---|
com.google.common.collect.ImmutableSet<String> |
senderIds
|
| Constructor Summary | |
|---|---|
PushConfig(String... senderId)
|
|
PushConfig(URI pushServerURI,
String... senderId)
|
|
| Method Summary | |
|---|---|
String |
getAlias()
The Alias is an identifier of the user of the system. |
String |
getCategory()
The category specifies a channel which may be used to send messages |
String |
getDeviceToken()
The device token Identifies the device within its Push Network. |
String |
getDeviceType()
Device type determines which cloud messaging system will be used by the AeroGear Unified Push Server Defaults to ANDROID |
String |
getOperatingSystem()
The name of the operating system. |
String |
getOsVersion()
The version of the operating system running. |
URI |
getPushServerURI()
RegistryURL is the URL of the 3rd party application server |
String |
getSecret()
Secret of the Variant from the AeroGear UnifiedPush Server. |
PushType |
getType()
The type is a key which is used by Registrations to know which implementation of PushRegister to use. |
String |
getVariantID()
ID of the Variant from the AeroGear UnifiedPush Server. |
void |
setAlias(String alias)
The Alias is an identifier of the user of the system. |
void |
setCategory(String category)
The category specifies a channel which may be used to send messages |
void |
setDeviceToken(String deviceToken)
The device token Identifies the device within its Push Network. |
void |
setDeviceType(String deviceType)
Device type determines which cloud messaging system will be used by the AeroGear Unified Push Server. |
void |
setOperatingSystem(String operatingSystem)
The name of the operating system. |
void |
setOsVersion(String osVersion)
The version of the operating system running. |
void |
setPushServerURI(URI pushServerURI)
RegistryURL is the URL of the 3rd party application server |
void |
setSecret(String secret)
Secret of the Variant from the AeroGear UnifiedPush Server. |
void |
setType(PushType type)
The type is a key which is used by Registrations to know which implementation of PushRegister to use. |
void |
setVariantID(String variantID)
ID of the Variant from the AeroGear UnifiedPush Server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final com.google.common.collect.ImmutableSet<String> senderIds
| Constructor Detail |
|---|
public PushConfig(URI pushServerURI,
String... senderId)
public PushConfig(String... senderId)
| Method Detail |
|---|
public String getDeviceToken()
public void setDeviceToken(String deviceToken)
public String getVariantID()
public void setVariantID(String variantID)
public String getSecret()
public void setSecret(String secret)
public String getDeviceType()
public void setDeviceType(String deviceType)
public String getOperatingSystem()
public void setOperatingSystem(String operatingSystem)
public String getOsVersion()
public void setOsVersion(String osVersion)
public String getAlias()
public void setAlias(String alias)
public String getCategory()
public void setCategory(String category)
public PushType getType()
public void setType(PushType type)
public URI getPushServerURI()
public void setPushServerURI(URI pushServerURI)
|
AeroGear Android Library 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||