public static class IosNotification.Builder extends PlatformNotification.Builder<IosNotification,IosNotification.Builder>
alert, booleanExtrasBuilder, extrasBuilder, jsonExtrasBuilder, numberExtrasBuilder| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
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(Object alert) |
IosNotification.Builder |
setBadge(int badge) |
IosNotification.Builder |
setCategory(String category) |
IosNotification.Builder |
setContentAvailable(boolean contentAvailable) |
IosNotification.Builder |
setSound(String sound) |
protected IosNotification.Builder getThis()
public IosNotification.Builder setSound(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(String category)
public IosNotification.Builder setAlert(Object alert)
public IosNotification build()
Copyright © 2016. All Rights Reserved.