public static class AppFeedNotify.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
AppFeedNotify |
build() |
AppFeedNotify.Builder |
closeNotify(Boolean closeNotify)
是否关闭通知
示例值:true
|
AppFeedNotify.Builder |
customSoundText(String customSoundText)
自定义语音播报文本内容
示例值:您有新的订单
|
AppFeedNotify.Builder |
withCustomSound(Boolean withCustomSound)
是否播报自定义语音
示例值:true
|
public AppFeedNotify.Builder closeNotify(Boolean closeNotify)
示例值:true
closeNotify - public AppFeedNotify.Builder customSoundText(String customSoundText)
示例值:您有新的订单
customSoundText - public AppFeedNotify.Builder withCustomSound(Boolean withCustomSound)
示例值:true
withCustomSound - public AppFeedNotify build()
Copyright © 2024. All rights reserved.