| Package | Description |
|---|---|
| org.jboss.aerogear.android.unifiedpush.gcm |
| Modifier and Type | Method and Description |
|---|---|
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfiguration.addCategories(List<String> categories)
The categories specifies a channel which may be used to send messages
|
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfiguration.addCategory(String category)
The categories specifies a channel which may be used to send messages
|
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfiguration.loadConfigJson(android.content.Context context)
Load push unified push informations from assets/push-config.json
|
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfigurationProvider.newConfiguration() |
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfiguration.setAlias(String alias)
The Alias is an identifier of the user of the system.
|
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfiguration.setCategories(List<String> categories)
The categories specifies a channel which may be used to send messages
|
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfiguration.setCategories(String... categories)
The categories specifies a channel which may be used to send messages
|
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfiguration.setDeviceType(String deviceType)
Device type determines which cloud messaging system will be used by the
AeroGear Unified Push Server.
|
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfiguration.setOperatingSystem(String operatingSystem)
The name of the operating system.
|
AeroGearGCMPushJsonConfiguration |
AeroGearGCMPushJsonConfiguration.setSenderId(String senderId)
SenderId is a GCM sender Id (usually a project number) registered for
this application.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.