Interface ApnsNotification


public interface ApnsNotification
The APNS specific notification request element. Use the ApnsNotification.Builder to define and build the APNS specific notification element.
  • Method Details

    • builder

      static ApnsNotification.Builder builder()
    • getExpiration

      Date getExpiration()
    • getCategory

      String getCategory()
    • getContentAvailable

      Boolean getContentAvailable()
    • getPushType

      PushType getPushType()
    • getCustomValues

      String getCustomValues()
    • getSound

      String getSound()
    • getCustomSound

      ApnsCustomSound getCustomSound()
    • getTopic

      String getTopic()
    • getAlertBody

      String getAlertBody()
    • getLocalizedAlertKey

      String getLocalizedAlertKey()
    • getLocalizedAlertArguments

      List<String> getLocalizedAlertArguments()
    • getAlertTitle

      String getAlertTitle()
    • getLocalizedAlertTitleKey

      String getLocalizedAlertTitleKey()
    • getLocalizedAlertTitleArguments

      List<String> getLocalizedAlertTitleArguments()
    • getAlertSubtitle

      String getAlertSubtitle()
    • getLocalizedAlertSubtitleKey

      String getLocalizedAlertSubtitleKey()
    • getLocalizedAlertSubtitleArguments

      List<String> getLocalizedAlertSubtitleArguments()
    • getLaunchImageFileName

      String getLaunchImageFileName()
    • getShowActionButton

      Boolean getShowActionButton()
    • getActionButtonLabel

      String getActionButtonLabel()
    • getLocalizedActionButtonKey

      String getLocalizedActionButtonKey()
    • getUrlArguments

      List<String> getUrlArguments()
    • getThreadId

      String getThreadId()
    • getMutableContent

      Boolean getMutableContent()
    • getInterruptionLevel

      InterruptionLevel getInterruptionLevel()
    • getTargetContentId

      String getTargetContentId()
    • getRelevanceScore

      Float getRelevanceScore()