public static class IosNotification.Builder extends PlatformNotification.Builder<IosNotification,IosNotification.Builder>
alert, booleanExtrasBuilder, extrasBuilder, jsonExtrasBuilder, numberExtrasBuilder| Constructor and Description |
|---|
IosNotification.Builder() |
| Modifier and Type | Method and Description |
|---|---|
IosNotification.Builder |
autoBadge()
equals to: +1
|
IosNotification |
build() |
IosNotification.Builder |
disableBadge() |
IosNotification.Builder |
disableSound() |
protected IosNotification.Builder |
getThis() |
IosNotification.Builder |
incrBadge(int badge) |
IosNotification.Builder |
setAlert(java.lang.Object alert) |
IosNotification.Builder |
setBadge(int badge) |
IosNotification.Builder |
setCategory(java.lang.String category) |
IosNotification.Builder |
setContentAvailable(boolean contentAvailable) |
IosNotification.Builder |
setMutableContent(boolean mutableContent) |
IosNotification.Builder |
setSound(java.lang.String sound) |
protected IosNotification.Builder getThis()
getThis in class PlatformNotification.Builder<IosNotification,IosNotification.Builder>public IosNotification.Builder setSound(java.lang.String sound)
public IosNotification.Builder disableSound()
public IosNotification.Builder incrBadge(int badge)
public IosNotification.Builder setBadge(int badge)
public IosNotification.Builder autoBadge()
public IosNotification.Builder disableBadge()
public IosNotification.Builder setContentAvailable(boolean contentAvailable)
public IosNotification.Builder setCategory(java.lang.String category)
public IosNotification.Builder setAlert(java.lang.Object alert)
setAlert in class PlatformNotification.Builder<IosNotification,IosNotification.Builder>public IosNotification.Builder setMutableContent(boolean mutableContent)
public IosNotification build()
build in class PlatformNotification.Builder<IosNotification,IosNotification.Builder>Copyright © 2018. All Rights Reserved.