| Package | Description |
|---|---|
| org.jboss.aerogear.android.unifiedpush.gcm |
| Modifier and Type | Method and Description |
|---|---|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.addCategory(String category)
The categories specifies a channel which may be used to send messages
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.addSenderId(String senderId)
SenderIds is a collection of all GCM sender Id elements registered for
this application.
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfigurationProvider.newConfiguration() |
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setAlias(String alias)
The Alias is an identifier of the user of the system.
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setCategories(List<String> categories)
The categories specifies a channel which may be used to send messages
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setCategories(String... categories)
The categories specifies a channel which may be used to send messages
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setDeviceToken(String deviceToken)
The device token Identifies the device within its Push Network.
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setDeviceType(String deviceType)
Device type determines which cloud messaging system will be used by the
AeroGear Unified Push Server.
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setOperatingSystem(String operatingSystem)
The name of the operating system.
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setOsVersion(String osVersion)
The version of the operating system running.
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setPushServerURI(URI pushServerURI)
RegistryURL is the URL of the 3rd party application server
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setSecret(String secret)
Secret of the Variant from the AeroGear UnifiedPush Server.
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setSenderIds(String... senderIds)
SenderIds is a collection of all GCM sender Id elements registered for
this application.
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setVariantID(String variantID)
ID of the Variant from the AeroGear UnifiedPush Server.
|
| Constructor and Description |
|---|
AeroGearGCMPushRegistrar(AeroGearGCMPushConfiguration config) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.