java.lang.Object
|---ohos.event.notification.NotificationConstant
public final class NotificationConstant
extends Object
提供静态常量来指示通知删除原因。
常量是调用 NotificationSubscriber#onCanceled(NotificationRequest, NotificationSortingMap, int) 时使用的 int 参数。
Since:
2
修饰符和类型 | 类 | 描述 |
---|---|---|
static class | NotificationConstant.DisturbMode | 枚举免打扰模式的类型。 |
static class | NotificationConstant.InputEditType | 枚举在通知中提供给用户的选项的编辑类型。 |
static class | NotificationConstant.InputsSource | 枚举用户输入源。 |
static class | NotificationConstant.SemanticActionButton | 枚举触发 NotificationActionButton 时关联的 IntentAgent 将采取的操作。 |
修饰符和类型 | 字段 | 描述 |
---|---|---|
static int | APP_CANCEL_ALL_REASON_DELETE | 表示由于应用程序取消了所有通知而删除了通知。 |
static int | APP_CANCEL_REASON_DELETE | 表示由于应用程序取消通知而删除通知。 |
static int | APP_CANCEL_REASON_OTHER | 表示通知因其他原因被删除。 |
static int | CANCEL_ALL_REASON_DELETE | 表示由于用户清除所有通知而删除通知。 |
static int | CANCEL_REASON_DELETE | 表示通知因用户清除而被删除。 |
static int | CLICK_REASON_DELETE | 表示通知因为被点击而被删除。 |
static int | ERROR_REASON_DELETE | 指示由于 UI 错误而删除通知。 |
static String | EXTRA_INPUTS_SOURCE | 键表示输入源。 |
static int | PACKAGE_BANNED_REASON_DELETE | 表示由于应用程序被禁止发送通知而删除通知。 |
static int | PACKAGE_CHANGED_REASON_DELETE | 表示由于对应用程序进行了更改而删除了通知。 |
static int | USER_STOPPED_REASON_DELETE | 指示由于应用程序上下文已停止而删除通知。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public static final int APP_CANCEL_ALL_REASON_DELETE
表示由于应用程序取消了所有通知而删除了通知。
public static final int APP_CANCEL_REASON_DELETE
表示由于应用程序取消通知而删除通知。
public static final int APP_CANCEL_REASON_OTHER
表示通知因其他原因被删除。
public static final int CANCEL_ALL_REASON_DELETE
表示由于用户清除所有通知而删除通知。
public static final int CANCEL_REASON_DELETE
表示通知因用户清除而被删除。
public static final int CLICK_REASON_DELETE
表示通知因为被点击而被删除。
public static final int ERROR_REASON_DELETE
指示由于 UI 错误而删除通知。
public static final String EXTRA_INPUTS_SOURCE
键表示输入源。
public static final int PACKAGE_BANNED_REASON_DELETE
表示由于应用程序被禁止发送通知而删除通知。
public static final int PACKAGE_CHANGED_REASON_DELETE
表示由于对应用程序进行了更改而删除了通知。
public static final int USER_STOPPED_REASON_DELETE
指示由于应用程序上下文已停止而删除通知。
NotificationRequest.NotificationMultiLineContentjava.lang.Object |---ohos.event.notification.NotificationRequest.Notific...
临时素材接口获取临时素材小程序可以使用本接口获取客服消息内的临时素材(即下载临时的多媒体文件)。目前小程序仅支持下载图片...
db.command获取数据库查询及更新指令,列表见 API 列表中的command 列表。示例代码const _ = db.command...
注意:即将废弃,请使用 API wx.showToastloading消息提示框属性名类型默认值说明hiddenBooleanfalse是否隐藏示例代码:view c...
Collection.field / Query.field / Document.field支持端:小程序,云函数,Web指定返回结果中记录需返回的字段参数projection: Ob...
MapContext.setCenterOffset(Object object)基础库 2.10.0 开始支持,低版本需做兼容处理。设置地图中心点偏移,向后向下为增长...
wx.startRecord(OBJECT)开始录音。当主动调用wx.stopRecord,或者录音超过1分钟时自动结束录音,返回录音文件的临时文件路...
视图层MINA的视图层由WXML与WXSS编写。将逻辑层的数据反应成视图,同时将视图层的事件发送给逻辑层。WXML(WeiXin Markup languag...
LivePlayerContextLivePlayerContext实例,可通过wx.createLivePlayerContext获取。LivePlayerContext通过id跟一个live-player组...
MediaContainer基础库 2.9.0 开始支持,低版本需做兼容处理。可通过wx.createMediaContainer创建。MediaContainer音视频处理容器...