Uses of Class
com.notnoop.apns.PayloadBuilder

Packages that use PayloadBuilder
com.notnoop.apns   
 

Uses of PayloadBuilder in com.notnoop.apns
 

Methods in com.notnoop.apns that return PayloadBuilder
 PayloadBuilder PayloadBuilder.actionKey(String actionKey)
          Sets the value of action button (the right button to be displayed).
 PayloadBuilder PayloadBuilder.alertBody(String alert)
          Sets the alert body text, the text the appears to the user, to the passed value
 PayloadBuilder PayloadBuilder.badge(int badge)
          Sets the notification badge to be displayed next to the application icon.
 PayloadBuilder PayloadBuilder.clearBadge()
          Requests clearing of the badge number next to the application icon.
 PayloadBuilder PayloadBuilder.copy()
          Returns a copy of this builder
 PayloadBuilder PayloadBuilder.customField(String key, Object value)
          Sets any application-specific custom fields.
 PayloadBuilder PayloadBuilder.customFields(Map<String,? extends Object> values)
          Set any application-specific custom fields.
 PayloadBuilder PayloadBuilder.forNewsstand()
          Sets the notification type to be a 'newstand' notification.
 PayloadBuilder PayloadBuilder.launchImage(String launchImage)
          Sets the launch image file for the push notification
 PayloadBuilder PayloadBuilder.localizedArguments(Collection<String> arguments)
          Sets the arguments for the alert message localizable message.
 PayloadBuilder PayloadBuilder.localizedArguments(String... arguments)
          Sets the arguments for the alert message localizable message.
 PayloadBuilder PayloadBuilder.localizedKey(String key)
          Set the notification localized key for the alert body message.
 PayloadBuilder PayloadBuilder.mdm(String s)
           
static PayloadBuilder PayloadBuilder.newPayload()
           
static PayloadBuilder APNS.newPayload()
          Returns a new Payload builder
 PayloadBuilder PayloadBuilder.noActionButton()
          Set the notification view to display an action button.
 PayloadBuilder PayloadBuilder.resizeAlertBody(int payloadLength)
          Shrinks the alert message body so that the resulting payload message fits within the passed expected payload length.
 PayloadBuilder PayloadBuilder.resizeAlertBody(int payloadLength, String postfix)
          Shrinks the alert message body so that the resulting payload message fits within the passed expected payload length.
 PayloadBuilder PayloadBuilder.shrinkBody()
          Shrinks the alert message body so that the resulting payload message fits within require Apple specification (256 bytes).
 PayloadBuilder PayloadBuilder.shrinkBody(String postfix)
          Shrinks the alert message body so that the resulting payload message fits within require Apple specification (256 bytes).
 PayloadBuilder PayloadBuilder.sound(String sound)
          Sets the alert sound to be played.
 



Copyright © 2013. All Rights Reserved.