| Package | Description |
|---|---|
| org.jboss.aerogear.android.unifiedpush.gcm |
| Modifier and Type | Method and Description |
|---|---|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.addCategories(List<String> categories)
The categories specifies a channel which may be used to send messages
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.addCategory(String category)
The categories specifies a channel which may be used to send messages
|
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.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.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.setSenderId(String senderId)
SenderId is a GCM sender Id (usually a project number) registered for
this application.
|
AeroGearGCMPushConfiguration |
AeroGearGCMPushConfiguration.setVariantID(String variantID)
ID of the Variant from the AeroGear UnifiedPush Server.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.