public class AppFeedNotify extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppFeedNotify.Builder |
| 构造器和说明 |
|---|
AppFeedNotify() |
AppFeedNotify(AppFeedNotify.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getCloseNotify() |
String |
getCustomSoundText() |
Boolean |
getWithCustomSound() |
static AppFeedNotify.Builder |
newBuilder() |
void |
setCloseNotify(Boolean closeNotify) |
void |
setCustomSoundText(String customSoundText) |
void |
setWithCustomSound(Boolean withCustomSound) |
public AppFeedNotify()
public AppFeedNotify(AppFeedNotify.Builder builder)
public static AppFeedNotify.Builder newBuilder()
public Boolean getCloseNotify()
public void setCloseNotify(Boolean closeNotify)
public String getCustomSoundText()
public void setCustomSoundText(String customSoundText)
public Boolean getWithCustomSound()
public void setWithCustomSound(Boolean withCustomSound)
Copyright © 2024. All rights reserved.