- getAction() - Method in class org.jboss.aerogear.unifiedpush.message.apns.APNs
-
Returns the value of the 'action' key from the submitted payload.
- getActionCategory() - Method in class org.jboss.aerogear.unifiedpush.message.apns.APNs
-
Returns the value of the 'action-category', which is used on the client (iOS for now),
to invoke a certain "user action" on the device, based on the push message.
- getAlert() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
Returns the value of the 'alert' key from the submitted payload.
- getAliases() - Method in class org.jboss.aerogear.unifiedpush.message.Criteria
-
Returns a list of user names or email addresses that will receive
a push notification.
- getApns() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
Apns specific parameters to configure how the message will be displayed.
- getBadge() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
Returns the value of the 'badge' key from the submitted payload.
- getBadge() - Method in class org.jboss.aerogear.unifiedpush.message.windows.Windows
-
- getCategories() - Method in class org.jboss.aerogear.unifiedpush.message.Criteria
-
Returns a category that will receive a push notification.
- getClientIdentifier() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedPushMessage
-
The Client Identifier showing who triggered the Push Notification
- getConfig() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedPushMessage
-
- getConsolidationKey() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
Used for ADM Payload when used for "sync" Push messages.
- getCriteria() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedPushMessage
-
Returns the object that contains all the submitted query criteria.
- getDeviceTypes() - Method in class org.jboss.aerogear.unifiedpush.message.Criteria
-
Returns a list of device types that will receive a push notification.
- getDuration() - Method in class org.jboss.aerogear.unifiedpush.message.windows.Windows
-
- getImages() - Method in class org.jboss.aerogear.unifiedpush.message.windows.Windows
-
- getIpAddress() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedPushMessage
-
The IP address from the agent that did issue the push message request.
- getLocalizedTitleArguments() - Method in class org.jboss.aerogear.unifiedpush.message.apns.APNs
-
Sets the arguments for the localizable title key
- getLocalizedTitleKey() - Method in class org.jboss.aerogear.unifiedpush.message.apns.APNs
-
The key to a title string in the Localizable.strings file for the current localization.
- getMessage() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedPushMessage
-
- getPage() - Method in class org.jboss.aerogear.unifiedpush.message.windows.Windows
-
Returns the page, this is a Windows specific setting that contains the
page in you application to launch when the user 'touches' the notification
in the notification dock.
- getSimplePush() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
Returns the SimplePush specific version number.
- getSound() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
Returns the value of the 'sound' key from the submitted payload.
- getTextFields() - Method in class org.jboss.aerogear.unifiedpush.message.windows.Windows
-
- getTileType() - Method in class org.jboss.aerogear.unifiedpush.message.windows.Windows
-
- getTimeToLive() - Method in class org.jboss.aerogear.unifiedpush.message.Config
-
Returns the value of the 'ttl' key from the submitted payload.
- getTitle() - Method in class org.jboss.aerogear.unifiedpush.message.apns.APNs
-
Returns the value of the 'title' key from the submitted payload.
- getToastType() - Method in class org.jboss.aerogear.unifiedpush.message.windows.Windows
-
- getType() - Method in class org.jboss.aerogear.unifiedpush.message.windows.Windows
-
- getUrlArgs() - Method in class org.jboss.aerogear.unifiedpush.message.apns.APNs
-
Returns the value of the 'url-args' key from the submitted payload.
- getUserData() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
Returns a Map, representing any other key-value pairs that were send
to the RESTful Sender API.
- getVariants() - Method in class org.jboss.aerogear.unifiedpush.message.Criteria
-
Returns a list of variant IDs that will receive a push notification.
- getWindows() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
Windows specific parameters to configure how the message will be displayed.
- valueOf(String) - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.BadgeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.DurationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.TileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.ToastType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.BadgeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.DurationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.TileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.ToastType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.aerogear.unifiedpush.message.windows.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.