- getActionCategory() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
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.
- getBadge() - Method in class org.jboss.aerogear.unifiedpush.message.Message
-
Returns the value of the 'badge' key from the submitted payload.
- 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
-
- 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.
- getIpAddress() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedPushMessage
-
The IP address from the agent that did issue the push message request.
- getMessage() - Method in class org.jboss.aerogear.unifiedpush.message.UnifiedPushMessage
-
- 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.
- getTimeToLive() - Method in class org.jboss.aerogear.unifiedpush.message.Config
-
Returns the value of the 'ttl' 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.