Interface ApnsNotification
public interface ApnsNotification
The APNS specific notification request element. Use the
ApnsNotification.Builder
to define and build the APNS specific notification element.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
APNS specific notification properties. -
Method Summary
Modifier and TypeMethodDescriptionstatic ApnsNotification.Builder
builder()
getSound()
getTopic()
-
Method Details
-
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
-
getAlertTitle
String getAlertTitle() -
getLocalizedAlertTitleKey
String getLocalizedAlertTitleKey() -
getLocalizedAlertTitleArguments
-
getAlertSubtitle
String getAlertSubtitle() -
getLocalizedAlertSubtitleKey
String getLocalizedAlertSubtitleKey() -
getLocalizedAlertSubtitleArguments
-
getLaunchImageFileName
String getLaunchImageFileName() -
getShowActionButton
Boolean getShowActionButton() -
getActionButtonLabel
String getActionButtonLabel() -
getLocalizedActionButtonKey
String getLocalizedActionButtonKey() -
getUrlArguments
-
getThreadId
String getThreadId() -
getMutableContent
Boolean getMutableContent() -
getInterruptionLevel
InterruptionLevel getInterruptionLevel() -
getTargetContentId
String getTargetContentId() -
getRelevanceScore
Float getRelevanceScore()
-