| Package | Description |
|---|---|
| org.jboss.aerogear.android.unifiedpush.gcm |
| Modifier and Type | Method and Description |
|---|---|
UnifiedPushConfig |
UnifiedPushConfig.addCategories(List<String> categories)
The categories specifies a channel which may be used to send messages
|
UnifiedPushConfig |
UnifiedPushConfig.addCategory(String category)
The categories specifies a channel which may be used to send messages
|
UnifiedPushConfig |
UnifiedPushConfig.setAlias(String alias)
The Alias is an identifier of the user of the system.
|
UnifiedPushConfig |
UnifiedPushConfig.setCategories(List<String> categories)
The categories specifies a channel which may be used to send messages
|
UnifiedPushConfig |
UnifiedPushConfig.setCategories(String... categories)
The categories specifies a channel which may be used to send messages
|
UnifiedPushConfig |
UnifiedPushConfig.setDeviceType(String deviceType)
Device type determines which cloud messaging system will be used by the
AeroGear Unified Push Server.
|
UnifiedPushConfig |
UnifiedPushConfig.setOperatingSystem(String operatingSystem)
The name of the operating system.
|
UnifiedPushConfig |
UnifiedPushConfig.setPushServerURI(URI pushServerURI)
RegistryURL is the URL of the 3rd party application server
|
UnifiedPushConfig |
UnifiedPushConfig.setSecret(String secret)
Secret of the Variant from the AeroGear UnifiedPush Server.
|
UnifiedPushConfig |
UnifiedPushConfig.setSenderId(String senderId)
SenderId is a GCM sender Id (usually a project number) registered for
this application.
|
UnifiedPushConfig |
UnifiedPushConfig.setVariantID(String variantID)
ID of the Variant from the AeroGear UnifiedPush Server.
|
| Constructor and Description |
|---|
AeroGearGCMPushRegistrar(UnifiedPushConfig config) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.