• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager|@ohos.commonEventManager.d.ts|
4|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function publish(event: string, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
5|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
6|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function publishAsUser(event: string, userId: number, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
7|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
8|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback\<CommonEventSubscriber>): void;|@ohos.commonEventManager.d.ts|
9|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise\<CommonEventSubscriber>;|@ohos.commonEventManager.d.ts|
10|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback\<CommonEventData>): void;|@ohos.commonEventManager.d.ts|
11|Added|NA|Module name: ohos.commonEventManager<br>Class name: commonEventManager<br>Method or attribute name: function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback\<void>): void;|@ohos.commonEventManager.d.ts|
12|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support|@ohos.commonEventManager.d.ts|
13|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BOOT_COMPLETED = "usual.event.BOOT_COMPLETED"|@ohos.commonEventManager.d.ts|
14|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_LOCKED_BOOT_COMPLETED = "usual.event.LOCKED_BOOT_COMPLETED"|@ohos.commonEventManager.d.ts|
15|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SHUTDOWN = "usual.event.SHUTDOWN"|@ohos.commonEventManager.d.ts|
16|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BATTERY_CHANGED = "usual.event.BATTERY_CHANGED"|@ohos.commonEventManager.d.ts|
17|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BATTERY_LOW = "usual.event.BATTERY_LOW"|@ohos.commonEventManager.d.ts|
18|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BATTERY_OKAY = "usual.event.BATTERY_OKAY"|@ohos.commonEventManager.d.ts|
19|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_POWER_CONNECTED = "usual.event.POWER_CONNECTED"|@ohos.commonEventManager.d.ts|
20|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_POWER_DISCONNECTED = "usual.event.POWER_DISCONNECTED"|@ohos.commonEventManager.d.ts|
21|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SCREEN_OFF = "usual.event.SCREEN_OFF"|@ohos.commonEventManager.d.ts|
22|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SCREEN_ON = "usual.event.SCREEN_ON"|@ohos.commonEventManager.d.ts|
23|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_THERMAL_LEVEL_CHANGED = "usual.event.THERMAL_LEVEL_CHANGED"|@ohos.commonEventManager.d.ts|
24|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT"|@ohos.commonEventManager.d.ts|
25|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_TIME_TICK = "usual.event.TIME_TICK"|@ohos.commonEventManager.d.ts|
26|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_TIME_CHANGED = "usual.event.TIME_CHANGED"|@ohos.commonEventManager.d.ts|
27|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DATE_CHANGED = "usual.event.DATE_CHANGED"|@ohos.commonEventManager.d.ts|
28|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_TIMEZONE_CHANGED = "usual.event.TIMEZONE_CHANGED"|@ohos.commonEventManager.d.ts|
29|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_CLOSE_SYSTEM_DIALOGS = "usual.event.CLOSE_SYSTEM_DIALOGS"|@ohos.commonEventManager.d.ts|
30|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_ADDED = "usual.event.PACKAGE_ADDED"|@ohos.commonEventManager.d.ts|
31|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_REPLACED = "usual.event.PACKAGE_REPLACED"|@ohos.commonEventManager.d.ts|
32|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_MY_PACKAGE_REPLACED = "usual.event.MY_PACKAGE_REPLACED"|@ohos.commonEventManager.d.ts|
33|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_REMOVED = "usual.event.PACKAGE_REMOVED"|@ohos.commonEventManager.d.ts|
34|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BUNDLE_REMOVED = "usual.event.BUNDLE_REMOVED"|@ohos.commonEventManager.d.ts|
35|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_FULLY_REMOVED = "usual.event.PACKAGE_FULLY_REMOVED"|@ohos.commonEventManager.d.ts|
36|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_CHANGED = "usual.event.PACKAGE_CHANGED"|@ohos.commonEventManager.d.ts|
37|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_RESTARTED = "usual.event.PACKAGE_RESTARTED"|@ohos.commonEventManager.d.ts|
38|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_DATA_CLEARED = "usual.event.PACKAGE_DATA_CLEARED"|@ohos.commonEventManager.d.ts|
39|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_CACHE_CLEARED = "usual.event.PACKAGE_CACHE_CLEARED"|@ohos.commonEventManager.d.ts|
40|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGES_SUSPENDED = "usual.event.PACKAGES_SUSPENDED"|@ohos.commonEventManager.d.ts|
41|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGES_UNSUSPENDED = "usual.event.PACKAGES_UNSUSPENDED"|@ohos.commonEventManager.d.ts|
42|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_MY_PACKAGE_SUSPENDED = "usual.event.MY_PACKAGE_SUSPENDED"|@ohos.commonEventManager.d.ts|
43|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_MY_PACKAGE_UNSUSPENDED = "usual.event.MY_PACKAGE_UNSUSPENDED"|@ohos.commonEventManager.d.ts|
44|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_UID_REMOVED = "usual.event.UID_REMOVED"|@ohos.commonEventManager.d.ts|
45|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_FIRST_LAUNCH = "usual.event.PACKAGE_FIRST_LAUNCH"|@ohos.commonEventManager.d.ts|
46|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_NEEDS_VERIFICATION =<br>        "usual.event.PACKAGE_NEEDS_VERIFICATION"|@ohos.commonEventManager.d.ts|
47|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_PACKAGE_VERIFIED = "usual.event.PACKAGE_VERIFIED"|@ohos.commonEventManager.d.ts|
48|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_EXTERNAL_APPLICATIONS_AVAILABLE =<br>        "usual.event.EXTERNAL_APPLICATIONS_AVAILABLE"|@ohos.commonEventManager.d.ts|
49|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_EXTERNAL_APPLICATIONS_UNAVAILABLE =<br>        "usual.event.EXTERNAL_APPLICATIONS_UNAVAILABLE"|@ohos.commonEventManager.d.ts|
50|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_CONFIGURATION_CHANGED = "usual.event.CONFIGURATION_CHANGED"|@ohos.commonEventManager.d.ts|
51|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_LOCALE_CHANGED = "usual.event.LOCALE_CHANGED"|@ohos.commonEventManager.d.ts|
52|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_MANAGE_PACKAGE_STORAGE = "usual.event.MANAGE_PACKAGE_STORAGE"|@ohos.commonEventManager.d.ts|
53|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DRIVE_MODE = "common.event.DRIVE_MODE"|@ohos.commonEventManager.d.ts|
54|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_HOME_MODE = "common.event.HOME_MODE"|@ohos.commonEventManager.d.ts|
55|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_OFFICE_MODE = "common.event.OFFICE_MODE"|@ohos.commonEventManager.d.ts|
56|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_STARTED = "usual.event.USER_STARTED"|@ohos.commonEventManager.d.ts|
57|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_BACKGROUND = "usual.event.USER_BACKGROUND"|@ohos.commonEventManager.d.ts|
58|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_FOREGROUND = "usual.event.USER_FOREGROUND"|@ohos.commonEventManager.d.ts|
59|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_SWITCHED = "usual.event.USER_SWITCHED"|@ohos.commonEventManager.d.ts|
60|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_STARTING = "usual.event.USER_STARTING"|@ohos.commonEventManager.d.ts|
61|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_UNLOCKED = "usual.event.USER_UNLOCKED"|@ohos.commonEventManager.d.ts|
62|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_STOPPING = "usual.event.USER_STOPPING"|@ohos.commonEventManager.d.ts|
63|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_STOPPED = "usual.event.USER_STOPPED"|@ohos.commonEventManager.d.ts|
64|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGIN = "common.event.DISTRIBUTED_ACCOUNT_LOGIN"|@ohos.commonEventManager.d.ts|
65|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOUT = "common.event.DISTRIBUTED_ACCOUNT_LOGOUT"|@ohos.commonEventManager.d.ts|
66|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_TOKEN_INVALID = "common.event.DISTRIBUTED_ACCOUNT_TOKEN_INVALID"|@ohos.commonEventManager.d.ts|
67|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOFF = "common.event.DISTRIBUTED_ACCOUNT_LOGOFF"|@ohos.commonEventManager.d.ts|
68|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_POWER_STATE = "usual.event.wifi.POWER_STATE"|@ohos.commonEventManager.d.ts|
69|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_SCAN_FINISHED = "usual.event.wifi.SCAN_FINISHED"|@ohos.commonEventManager.d.ts|
70|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_RSSI_VALUE = "usual.event.wifi.RSSI_VALUE"|@ohos.commonEventManager.d.ts|
71|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_CONN_STATE = "usual.event.wifi.CONN_STATE"|@ohos.commonEventManager.d.ts|
72|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_HOTSPOT_STATE = "usual.event.wifi.HOTSPOT_STATE"|@ohos.commonEventManager.d.ts|
73|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_AP_STA_JOIN = "usual.event.wifi.WIFI_HS_STA_JOIN"|@ohos.commonEventManager.d.ts|
74|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_AP_STA_LEAVE = "usual.event.wifi.WIFI_HS_STA_LEAVE"|@ohos.commonEventManager.d.ts|
75|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_MPLINK_STATE_CHANGE = "usual.event.wifi.mplink.STATE_CHANGE"|@ohos.commonEventManager.d.ts|
76|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_CONN_STATE = "usual.event.wifi.p2p.CONN_STATE_CHANGE"|@ohos.commonEventManager.d.ts|
77|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_STATE_CHANGED = "usual.event.wifi.p2p.STATE_CHANGE"|@ohos.commonEventManager.d.ts|
78|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_PEERS_STATE_CHANGED =<br>        "usual.event.wifi.p2p.DEVICES_CHANGE"|@ohos.commonEventManager.d.ts|
79|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_PEERS_DISCOVERY_STATE_CHANGED =<br>        "usual.event.wifi.p2p.PEER_DISCOVERY_STATE_CHANGE"|@ohos.commonEventManager.d.ts|
80|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_CURRENT_DEVICE_STATE_CHANGED =<br>        "usual.event.wifi.p2p.CURRENT_DEVICE_CHANGE"|@ohos.commonEventManager.d.ts|
81|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_WIFI_P2P_GROUP_STATE_CHANGED =<br>        "usual.event.wifi.p2p.GROUP_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
82|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE =<br>        "usual.event.bluetooth.handsfree.ag.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
83|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE =<br>        "usual.event.bluetooth.handsfree.ag.CURRENT_DEVICE_UPDATE"|@ohos.commonEventManager.d.ts|
84|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE =<br>        "usual.event.bluetooth.handsfree.ag.AUDIO_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
85|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE =<br>        "usual.event.bluetooth.a2dpsource.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
86|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE =<br>        "usual.event.bluetooth.a2dpsource.CURRENT_DEVICE_UPDATE"|@ohos.commonEventManager.d.ts|
87|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE =<br>        "usual.event.bluetooth.a2dpsource.PLAYING_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
88|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE =<br>        "usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
89|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE =<br>        "usual.event.bluetooth.a2dpsource.CODEC_VALUE_UPDATE"|@ohos.commonEventManager.d.ts|
90|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED =<br>        "usual.event.bluetooth.remotedevice.DISCOVERED"|@ohos.commonEventManager.d.ts|
91|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE =<br>        "usual.event.bluetooth.remotedevice.CLASS_VALUE_UPDATE"|@ohos.commonEventManager.d.ts|
92|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED =<br>        "usual.event.bluetooth.remotedevice.ACL_CONNECTED"|@ohos.commonEventManager.d.ts|
93|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED =<br>        "usual.event.bluetooth.remotedevice.ACL_DISCONNECTED"|@ohos.commonEventManager.d.ts|
94|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE =<br>        "usual.event.bluetooth.remotedevice.NAME_UPDATE"|@ohos.commonEventManager.d.ts|
95|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE =<br>        "usual.event.bluetooth.remotedevice.PAIR_STATE"|@ohos.commonEventManager.d.ts|
96|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE =<br>        "usual.event.bluetooth.remotedevice.BATTERY_VALUE_UPDATE"|@ohos.commonEventManager.d.ts|
97|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT =<br>        "usual.event.bluetooth.remotedevice.SDP_RESULT"|@ohos.commonEventManager.d.ts|
98|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE =<br>        "usual.event.bluetooth.remotedevice.UUID_VALUE"|@ohos.commonEventManager.d.ts|
99|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ =<br>        "usual.event.bluetooth.remotedevice.PAIRING_REQ"|@ohos.commonEventManager.d.ts|
100|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL =<br>        "usual.event.bluetooth.remotedevice.PAIRING_CANCEL"|@ohos.commonEventManager.d.ts|
101|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ =<br>        "usual.event.bluetooth.remotedevice.CONNECT_REQ"|@ohos.commonEventManager.d.ts|
102|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY =<br>        "usual.event.bluetooth.remotedevice.CONNECT_REPLY"|@ohos.commonEventManager.d.ts|
103|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL =<br>        "usual.event.bluetooth.remotedevice.CONNECT_CANCEL"|@ohos.commonEventManager.d.ts|
104|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE =<br>        "usual.event.bluetooth.handsfreeunit.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
105|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE =<br>        "usual.event.bluetooth.handsfreeunit.AUDIO_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
106|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT =<br>        "usual.event.bluetooth.handsfreeunit.AG_COMMON_EVENT"|@ohos.commonEventManager.d.ts|
107|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE =<br>        "usual.event.bluetooth.handsfreeunit.AG_CALL_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
108|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE =<br>        "usual.event.bluetooth.host.STATE_UPDATE"|@ohos.commonEventManager.d.ts|
109|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE =<br>        "usual.event.bluetooth.host.REQ_DISCOVERABLE"|@ohos.commonEventManager.d.ts|
110|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE = "usual.event.bluetooth.host.REQ_ENABLE"|@ohos.commonEventManager.d.ts|
111|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE =<br>        "usual.event.bluetooth.host.REQ_DISABLE"|@ohos.commonEventManager.d.ts|
112|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE =<br>        "usual.event.bluetooth.host.SCAN_MODE_UPDATE"|@ohos.commonEventManager.d.ts|
113|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED =<br>        "usual.event.bluetooth.host.DISCOVERY_STARTED"|@ohos.commonEventManager.d.ts|
114|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED =<br>        "usual.event.bluetooth.host.DISCOVERY_FINISHED"|@ohos.commonEventManager.d.ts|
115|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE =<br>        "usual.event.bluetooth.host.NAME_UPDATE"|@ohos.commonEventManager.d.ts|
116|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE =<br>        "usual.event.bluetooth.a2dpsink.CONNECT_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
117|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE =<br>        "usual.event.bluetooth.a2dpsink.PLAYING_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
118|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE =<br>        "usual.event.bluetooth.a2dpsink.AUDIO_STATE_UPDATE"|@ohos.commonEventManager.d.ts|
119|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_NFC_ACTION_ADAPTER_STATE_CHANGED =<br>        "usual.event.nfc.action.ADAPTER_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
120|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_NFC_ACTION_RF_FIELD_ON_DETECTED =<br>        "usual.event.nfc.action.RF_FIELD_ON_DETECTED"|@ohos.commonEventManager.d.ts|
121|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_NFC_ACTION_RF_FIELD_OFF_DETECTED =<br>        "usual.event.nfc.action.RF_FIELD_OFF_DETECTED"|@ohos.commonEventManager.d.ts|
122|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISCHARGING = "usual.event.DISCHARGING"|@ohos.commonEventManager.d.ts|
123|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_CHARGING = "usual.event.CHARGING"|@ohos.commonEventManager.d.ts|
124|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED = "usual.event.DEVICE_IDLE_MODE_CHANGED"|@ohos.commonEventManager.d.ts|
125|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_POWER_SAVE_MODE_CHANGED = "usual.event.POWER_SAVE_MODE_CHANGED"|@ohos.commonEventManager.d.ts|
126|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_ADDED = "usual.event.USER_ADDED"|@ohos.commonEventManager.d.ts|
127|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_REMOVED = "usual.event.USER_REMOVED"|@ohos.commonEventManager.d.ts|
128|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_ABILITY_ADDED = "common.event.ABILITY_ADDED"|@ohos.commonEventManager.d.ts|
129|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_ABILITY_REMOVED = "common.event.ABILITY_REMOVED"|@ohos.commonEventManager.d.ts|
130|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_ABILITY_UPDATED = "common.event.ABILITY_UPDATED"|@ohos.commonEventManager.d.ts|
131|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_LOCATION_MODE_STATE_CHANGED =<br>        "usual.event.location.MODE_STATE_CHANGED"|@ohos.commonEventManager.d.ts|
132|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_SLEEP = "common.event.IVI_SLEEP"|@ohos.commonEventManager.d.ts|
133|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_PAUSE = "common.event.IVI_PAUSE"|@ohos.commonEventManager.d.ts|
134|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_STANDBY = "common.event.IVI_STANDBY"|@ohos.commonEventManager.d.ts|
135|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_LASTMODE_SAVE = "common.event.IVI_LASTMODE_SAVE"|@ohos.commonEventManager.d.ts|
136|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_VOLTAGE_ABNORMAL = "common.event.IVI_VOLTAGE_ABNORMAL"|@ohos.commonEventManager.d.ts|
137|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_HIGH_TEMPERATURE = "common.event.IVI_HIGH_TEMPERATURE"|@ohos.commonEventManager.d.ts|
138|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_EXTREME_TEMPERATURE = "common.event.IVI_EXTREME_TEMPERATURE"|@ohos.commonEventManager.d.ts|
139|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_TEMPERATURE_ABNORMAL = "common.event.IVI_TEMPERATURE_ABNORMAL"|@ohos.commonEventManager.d.ts|
140|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_VOLTAGE_RECOVERY = "common.event.IVI_VOLTAGE_RECOVERY"|@ohos.commonEventManager.d.ts|
141|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_TEMPERATURE_RECOVERY = "common.event.IVI_TEMPERATURE_RECOVERY"|@ohos.commonEventManager.d.ts|
142|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_IVI_ACTIVE = "common.event.IVI_ACTIVE"|@ohos.commonEventManager.d.ts|
143|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_STATE = "usual.event.hardware.usb.action.USB_STATE"|@ohos.commonEventManager.d.ts|
144|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_PORT_CHANGED = "usual.event.hardware.usb.action.USB_PORT_CHANGED"|@ohos.commonEventManager.d.ts|
145|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_DEVICE_ATTACHED =<br>        "usual.event.hardware.usb.action.USB_DEVICE_ATTACHED"|@ohos.commonEventManager.d.ts|
146|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_DEVICE_DETACHED =<br>        "usual.event.hardware.usb.action.USB_DEVICE_DETACHED"|@ohos.commonEventManager.d.ts|
147|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_ACCESSORY_ATTACHED =<br>        "usual.event.hardware.usb.action.USB_ACCESSORY_ATTACHED"|@ohos.commonEventManager.d.ts|
148|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USB_ACCESSORY_DETACHED =<br>        "usual.event.hardware.usb.action.USB_ACCESSORY_DETACHED"|@ohos.commonEventManager.d.ts|
149|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_REMOVED = "usual.event.data.DISK_REMOVED"|@ohos.commonEventManager.d.ts|
150|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_UNMOUNTED = "usual.event.data.DISK_UNMOUNTED"|@ohos.commonEventManager.d.ts|
151|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_MOUNTED = "usual.event.data.DISK_MOUNTED"|@ohos.commonEventManager.d.ts|
152|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_BAD_REMOVAL = "usual.event.data.DISK_BAD_REMOVAL"|@ohos.commonEventManager.d.ts|
153|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_UNMOUNTABLE = "usual.event.data.DISK_UNMOUNTABLE"|@ohos.commonEventManager.d.ts|
154|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_DISK_EJECT = "usual.event.data.DISK_EJECT"|@ohos.commonEventManager.d.ts|
155|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_REMOVED = "usual.event.data.VOLUME_REMOVED"|@ohos.commonEventManager.d.ts|
156|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_UNMOUNTED = "usual.event.data.VOLUME_UNMOUNTED"|@ohos.commonEventManager.d.ts|
157|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_MOUNTED = "usual.event.data.VOLUME_MOUNTED"|@ohos.commonEventManager.d.ts|
158|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_BAD_REMOVAL = "usual.event.data.VOLUME_BAD_REMOVAL"|@ohos.commonEventManager.d.ts|
159|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VOLUME_EJECT = "usual.event.data.VOLUME_EJECT"|@ohos.commonEventManager.d.ts|
160|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED =<br>        "usual.event.data.VISIBLE_ACCOUNTS_UPDATED"|@ohos.commonEventManager.d.ts|
161|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_ACCOUNT_DELETED = "usual.event.data.ACCOUNT_DELETED"|@ohos.commonEventManager.d.ts|
162|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_FOUNDATION_READY = "common.event.FOUNDATION_READY"|@ohos.commonEventManager.d.ts|
163|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_AIRPLANE_MODE_CHANGED = "usual.event.AIRPLANE_MODE"|@ohos.commonEventManager.d.ts|
164|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SPLIT_SCREEN = "common.event.SPLIT_SCREEN"|@ohos.commonEventManager.d.ts|
165|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE"|@ohos.commonEventManager.d.ts|
166|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_SPN_INFO_CHANGED = "usual.event.SPN_INFO_CHANGED"|@ohos.commonEventManager.d.ts|
167|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_QUICK_FIX_APPLY_RESULT = "usual.event.QUICK_FIX_APPLY_RESULT"|@ohos.commonEventManager.d.ts|
168|Added|NA|Module name: ohos.commonEventManager<br>Class name: Support<br>Method or attribute name: COMMON_EVENT_USER_INFO_UPDATED = "usual.event.USER_INFO_UPDATED"|@ohos.commonEventManager.d.ts|
169|Added|NA|Module name: ohos.notification<br>Class name: RemoveReason|@ohos.notification.d.ts|
170|Added|NA|Class name: RemoveReason<br>Method or attribute name: |@ohos.notification.d.ts|
171|Added|NA|Module name: ohos.notification<br>Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.notification.d.ts|
172|Added|NA|Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.notification.d.ts|
173|Added|NA|Module name: ohos.notification<br>Class name: RemoveReason<br>Method or attribute name: CANCEL_REASON_REMOVE = 2|@ohos.notification.d.ts|
174|Added|NA|Class name: RemoveReason<br>Method or attribute name: CANCEL_REASON_REMOVE = 2|@ohos.notification.d.ts|
175|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager|@ohos.notificationManager.d.ts|
176|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publish(request: NotificationRequest, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
177|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publish(request: NotificationRequest): Promise\<void>;|@ohos.notificationManager.d.ts|
178|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publish(request: NotificationRequest, userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
179|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;|@ohos.notificationManager.d.ts|
180|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
181|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number): Promise\<void>;|@ohos.notificationManager.d.ts|
182|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancel(id: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
183|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancel(id: number, label: string, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
184|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancel(id: number, label?: string): Promise\<void>;|@ohos.notificationManager.d.ts|
185|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelAsBundle(id: number, representativeBundle: string, userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
186|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelAsBundle(id: number, representativeBundle: string, userId: number): Promise\<void>;|@ohos.notificationManager.d.ts|
187|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelAll(callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
188|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelAll(): Promise\<void>;|@ohos.notificationManager.d.ts|
189|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
190|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlot(slot: NotificationSlot): Promise\<void>;|@ohos.notificationManager.d.ts|
191|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlot(type: SlotType, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
192|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlot(type: SlotType): Promise\<void>;|@ohos.notificationManager.d.ts|
193|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
194|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>): Promise\<void>;|@ohos.notificationManager.d.ts|
195|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlot(slotType: SlotType, callback: AsyncCallback\<NotificationSlot>): void;|@ohos.notificationManager.d.ts|
196|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlot(slotType: SlotType): Promise\<NotificationSlot>;|@ohos.notificationManager.d.ts|
197|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlots(callback: AsyncCallback\<Array\<NotificationSlot>>): void;|@ohos.notificationManager.d.ts|
198|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlots(): Promise\<Array\<NotificationSlot>>;|@ohos.notificationManager.d.ts|
199|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeSlot(slotType: SlotType, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
200|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeSlot(slotType: SlotType): Promise\<void>;|@ohos.notificationManager.d.ts|
201|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeAllSlots(callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
202|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeAllSlots(): Promise\<void>;|@ohos.notificationManager.d.ts|
203|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setNotificationEnable(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
204|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setNotificationEnable(bundle: BundleOption, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
205|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
206|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption): Promise\<boolean>;|@ohos.notificationManager.d.ts|
207|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
208|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(): Promise\<boolean>;|@ohos.notificationManager.d.ts|
209|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(userId: number, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
210|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;|@ohos.notificationManager.d.ts|
211|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
212|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
213|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
214|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption): Promise\<boolean>;|@ohos.notificationManager.d.ts|
215|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
216|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\<void>;|@ohos.notificationManager.d.ts|
217|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback\<Array\<NotificationSlot>>): void;|@ohos.notificationManager.d.ts|
218|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption): Promise\<Array\<NotificationSlot>>;|@ohos.notificationManager.d.ts|
219|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\<number>): void;|@ohos.notificationManager.d.ts|
220|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption): Promise\<number>;|@ohos.notificationManager.d.ts|
221|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getAllActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;|@ohos.notificationManager.d.ts|
222|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getAllActiveNotifications(): Promise\<Array\<NotificationRequest>>;|@ohos.notificationManager.d.ts|
223|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getActiveNotificationCount(callback: AsyncCallback\<number>): void;|@ohos.notificationManager.d.ts|
224|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getActiveNotificationCount(): Promise\<number>;|@ohos.notificationManager.d.ts|
225|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;|@ohos.notificationManager.d.ts|
226|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getActiveNotifications(): Promise\<Array\<NotificationRequest>>;|@ohos.notificationManager.d.ts|
227|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelGroup(groupName: string, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
228|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function cancelGroup(groupName: string): Promise\<void>;|@ohos.notificationManager.d.ts|
229|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
230|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;|@ohos.notificationManager.d.ts|
231|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
232|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;|@ohos.notificationManager.d.ts|
233|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
234|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;|@ohos.notificationManager.d.ts|
235|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDoNotDisturbDate(callback: AsyncCallback\<DoNotDisturbDate>): void;|@ohos.notificationManager.d.ts|
236|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;|@ohos.notificationManager.d.ts|
237|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDoNotDisturbDate(userId: number, callback: AsyncCallback\<DoNotDisturbDate>): void;|@ohos.notificationManager.d.ts|
238|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;|@ohos.notificationManager.d.ts|
239|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isSupportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
240|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isSupportDoNotDisturbMode(): Promise\<boolean>;|@ohos.notificationManager.d.ts|
241|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isSupportTemplate(templateName: string, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
242|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isSupportTemplate(templateName: string): Promise\<boolean>;|@ohos.notificationManager.d.ts|
243|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function requestEnableNotification(callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
244|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function requestEnableNotification(): Promise\<void>;|@ohos.notificationManager.d.ts|
245|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDistributedEnable(enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
246|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDistributedEnable(enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
247|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isDistributedEnabled(callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
248|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isDistributedEnabled(): Promise\<boolean>;|@ohos.notificationManager.d.ts|
249|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
250|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
251|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
252|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;|@ohos.notificationManager.d.ts|
253|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDeviceRemindType(callback: AsyncCallback\<DeviceRemindType>): void;|@ohos.notificationManager.d.ts|
254|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;|@ohos.notificationManager.d.ts|
255|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setNotificationEnableSlot(bundle: BundleOption, type: SlotType, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
256|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setNotificationEnableSlot(bundle: BundleOption, type: SlotType, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
257|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
258|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType): Promise\<boolean>;|@ohos.notificationManager.d.ts|
259|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts|
260|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean): Promise\<void>;|@ohos.notificationManager.d.ts|
261|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSyncNotificationEnabledWithoutApp(userId: number, callback: AsyncCallback\<boolean>): void;|@ohos.notificationManager.d.ts|
262|Added|NA|Module name: ohos.notificationManager<br>Class name: notificationManager<br>Method or attribute name: function getSyncNotificationEnabledWithoutApp(userId: number): Promise\<boolean>;|@ohos.notificationManager.d.ts|
263|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType|@ohos.notificationManager.d.ts|
264|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: UNKNOWN_TYPE = 0|@ohos.notificationManager.d.ts|
265|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: SOCIAL_COMMUNICATION = 1|@ohos.notificationManager.d.ts|
266|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: SERVICE_INFORMATION = 2|@ohos.notificationManager.d.ts|
267|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: CONTENT_INFORMATION = 3|@ohos.notificationManager.d.ts|
268|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotType<br>Method or attribute name: OTHER_TYPES = 0xFFFF|@ohos.notificationManager.d.ts|
269|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType|@ohos.notificationManager.d.ts|
270|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_BASIC_TEXT|@ohos.notificationManager.d.ts|
271|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_LONG_TEXT|@ohos.notificationManager.d.ts|
272|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_PICTURE|@ohos.notificationManager.d.ts|
273|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_CONVERSATION|@ohos.notificationManager.d.ts|
274|Added|NA|Module name: ohos.notificationManager<br>Class name: ContentType<br>Method or attribute name: NOTIFICATION_CONTENT_MULTILINE|@ohos.notificationManager.d.ts|
275|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel|@ohos.notificationManager.d.ts|
276|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_NONE = 0|@ohos.notificationManager.d.ts|
277|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_MIN = 1|@ohos.notificationManager.d.ts|
278|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_LOW = 2|@ohos.notificationManager.d.ts|
279|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_DEFAULT = 3|@ohos.notificationManager.d.ts|
280|Added|NA|Module name: ohos.notificationManager<br>Class name: SlotLevel<br>Method or attribute name: LEVEL_HIGH = 4|@ohos.notificationManager.d.ts|
281|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType|@ohos.notificationManager.d.ts|
282|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType<br>Method or attribute name: TYPE_NONE = 0|@ohos.notificationManager.d.ts|
283|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType<br>Method or attribute name: TYPE_ONCE = 1|@ohos.notificationManager.d.ts|
284|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType<br>Method or attribute name: TYPE_DAILY = 2|@ohos.notificationManager.d.ts|
285|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbType<br>Method or attribute name: TYPE_CLEARLY = 3|@ohos.notificationManager.d.ts|
286|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbDate|@ohos.notificationManager.d.ts|
287|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbDate<br>Method or attribute name: type: DoNotDisturbType;|@ohos.notificationManager.d.ts|
288|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbDate<br>Method or attribute name: begin: Date;|@ohos.notificationManager.d.ts|
289|Added|NA|Module name: ohos.notificationManager<br>Class name: DoNotDisturbDate<br>Method or attribute name: end: Date;|@ohos.notificationManager.d.ts|
290|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType|@ohos.notificationManager.d.ts|
291|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType<br>Method or attribute name: IDLE_DONOT_REMIND = 0|@ohos.notificationManager.d.ts|
292|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType<br>Method or attribute name: IDLE_REMIND = 1|@ohos.notificationManager.d.ts|
293|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType<br>Method or attribute name: ACTIVE_DONOT_REMIND = 2|@ohos.notificationManager.d.ts|
294|Added|NA|Module name: ohos.notificationManager<br>Class name: DeviceRemindType<br>Method or attribute name: ACTIVE_REMIND = 3|@ohos.notificationManager.d.ts|
295|Added|NA|Module name: ohos.notificationManager<br>Class name: SourceType|@ohos.notificationManager.d.ts|
296|Added|NA|Module name: ohos.notificationManager<br>Class name: SourceType<br>Method or attribute name: TYPE_NORMAL = 0|@ohos.notificationManager.d.ts|
297|Added|NA|Module name: ohos.notificationManager<br>Class name: SourceType<br>Method or attribute name: TYPE_CONTINUOUS = 1|@ohos.notificationManager.d.ts|
298|Added|NA|Module name: ohos.notificationManager<br>Class name: SourceType<br>Method or attribute name: TYPE_TIMER = 2|@ohos.notificationManager.d.ts|
299|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe|@ohos.notificationSubscribe.d.ts|
300|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: NotificationKey|@ohos.notificationSubscribe.d.ts|
301|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: NotificationKey<br>Method or attribute name: id: number;|@ohos.notificationSubscribe.d.ts|
302|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: NotificationKey<br>Method or attribute name: label?: string;|@ohos.notificationSubscribe.d.ts|
303|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: RemoveReason|@ohos.notificationSubscribe.d.ts|
304|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: RemoveReason<br>Method or attribute name: CLICK_REASON_REMOVE = 1|@ohos.notificationSubscribe.d.ts|
305|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: RemoveReason<br>Method or attribute name: CANCEL_REASON_REMOVE = 2|@ohos.notificationSubscribe.d.ts|
306|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
307|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
308|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
309|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
310|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
311|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
312|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
313|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
314|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
315|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(bundle: BundleOption, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
316|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
317|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(userId: number, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
318|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
319|Added|NA|Module name: ohos.notificationSubscribe<br>Class name: notificationSubscribe<br>Method or attribute name: function removeAll(bundle?: BundleOption): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
320|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager|@ohos.reminderAgentManager.d.ts|
321|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\<number>): void;|@ohos.reminderAgentManager.d.ts|
322|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\<number>;|@ohos.reminderAgentManager.d.ts|
323|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\<void>): void;|@ohos.reminderAgentManager.d.ts|
324|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function cancelReminder(reminderId: number): Promise\<void>;|@ohos.reminderAgentManager.d.ts|
325|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function getValidReminders(callback: AsyncCallback\<Array\<ReminderRequest>>): void;|@ohos.reminderAgentManager.d.ts|
326|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function getValidReminders(): Promise\<Array\<ReminderRequest>>;|@ohos.reminderAgentManager.d.ts|
327|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function cancelAllReminders(callback: AsyncCallback\<void>): void;|@ohos.reminderAgentManager.d.ts|
328|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function cancelAllReminders(): Promise\<void>;|@ohos.reminderAgentManager.d.ts|
329|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;|@ohos.reminderAgentManager.d.ts|
330|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot): Promise\<void>;|@ohos.reminderAgentManager.d.ts|
331|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback\<void>): void;|@ohos.reminderAgentManager.d.ts|
332|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: reminderAgentManager<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType): Promise\<void>;|@ohos.reminderAgentManager.d.ts|
333|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButtonType|@ohos.reminderAgentManager.d.ts|
334|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_CLOSE = 0|@ohos.reminderAgentManager.d.ts|
335|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_SNOOZE = 1|@ohos.reminderAgentManager.d.ts|
336|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderType|@ohos.reminderAgentManager.d.ts|
337|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_TIMER = 0|@ohos.reminderAgentManager.d.ts|
338|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_CALENDAR = 1|@ohos.reminderAgentManager.d.ts|
339|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_ALARM = 2|@ohos.reminderAgentManager.d.ts|
340|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButton|@ohos.reminderAgentManager.d.ts|
341|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButton<br>Method or attribute name: title: string;|@ohos.reminderAgentManager.d.ts|
342|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ActionButton<br>Method or attribute name: type: ActionButtonType;|@ohos.reminderAgentManager.d.ts|
343|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: WantAgent|@ohos.reminderAgentManager.d.ts|
344|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: WantAgent<br>Method or attribute name: pkgName: string;|@ohos.reminderAgentManager.d.ts|
345|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: WantAgent<br>Method or attribute name: abilityName: string;|@ohos.reminderAgentManager.d.ts|
346|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: MaxScreenWantAgent|@ohos.reminderAgentManager.d.ts|
347|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: MaxScreenWantAgent<br>Method or attribute name: pkgName: string;|@ohos.reminderAgentManager.d.ts|
348|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: MaxScreenWantAgent<br>Method or attribute name: abilityName: string;|@ohos.reminderAgentManager.d.ts|
349|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest|@ohos.reminderAgentManager.d.ts|
350|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: reminderType: ReminderType;|@ohos.reminderAgentManager.d.ts|
351|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: actionButton?: [ActionButton?, ActionButton?];|@ohos.reminderAgentManager.d.ts|
352|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: wantAgent?: WantAgent;|@ohos.reminderAgentManager.d.ts|
353|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: maxScreenWantAgent?: MaxScreenWantAgent;|@ohos.reminderAgentManager.d.ts|
354|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: ringDuration?: number;|@ohos.reminderAgentManager.d.ts|
355|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: snoozeTimes?: number;|@ohos.reminderAgentManager.d.ts|
356|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: timeInterval?: number;|@ohos.reminderAgentManager.d.ts|
357|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: title?: string;|@ohos.reminderAgentManager.d.ts|
358|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: content?: string;|@ohos.reminderAgentManager.d.ts|
359|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: expiredContent?: string;|@ohos.reminderAgentManager.d.ts|
360|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: snoozeContent?: string;|@ohos.reminderAgentManager.d.ts|
361|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: notificationId?: number;|@ohos.reminderAgentManager.d.ts|
362|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequest<br>Method or attribute name: slotType?: notification.SlotType;|@ohos.reminderAgentManager.d.ts|
363|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestCalendar|@ohos.reminderAgentManager.d.ts|
364|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestCalendar<br>Method or attribute name: dateTime: LocalDateTime;|@ohos.reminderAgentManager.d.ts|
365|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestCalendar<br>Method or attribute name: repeatMonths?: Array\<number>;|@ohos.reminderAgentManager.d.ts|
366|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestCalendar<br>Method or attribute name: repeatDays?: Array\<number>;|@ohos.reminderAgentManager.d.ts|
367|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestAlarm|@ohos.reminderAgentManager.d.ts|
368|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestAlarm<br>Method or attribute name: hour: number;|@ohos.reminderAgentManager.d.ts|
369|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestAlarm<br>Method or attribute name: minute: number;|@ohos.reminderAgentManager.d.ts|
370|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestAlarm<br>Method or attribute name: daysOfWeek?: Array\<number>;|@ohos.reminderAgentManager.d.ts|
371|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestTimer|@ohos.reminderAgentManager.d.ts|
372|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: ReminderRequestTimer<br>Method or attribute name: triggerTimeInSeconds: number;|@ohos.reminderAgentManager.d.ts|
373|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime|@ohos.reminderAgentManager.d.ts|
374|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: year: number;|@ohos.reminderAgentManager.d.ts|
375|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: month: number;|@ohos.reminderAgentManager.d.ts|
376|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: day: number;|@ohos.reminderAgentManager.d.ts|
377|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: hour: number;|@ohos.reminderAgentManager.d.ts|
378|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: minute: number;|@ohos.reminderAgentManager.d.ts|
379|Added|NA|Module name: ohos.reminderAgentManager<br>Class name: LocalDateTime<br>Method or attribute name: second?: number;|@ohos.reminderAgentManager.d.ts|
380|Added|NA|Module name: commonEventSubscriber<br>Class name: CommonEventSubscriber<br>Method or attribute name: finishCommonEvent(callback: AsyncCallback\<void>): void;|commonEventSubscriber.d.ts|
381|Added|NA|Module name: commonEventSubscriber<br>Class name: CommonEventSubscriber<br>Method or attribute name: finishCommonEvent(): Promise\<void>;|commonEventSubscriber.d.ts|
382|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption|NotificationCommonDef.d.ts|
383|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption<br>Method or attribute name: bundle: string;|NotificationCommonDef.d.ts|
384|Added|NA|Module name: NotificationCommonDef<br>Class name: BundleOption<br>Method or attribute name: uid?: number;|NotificationCommonDef.d.ts|
385|Added|NA|Module name: notificationRequest<br>Class name: NotificationRequest<br>Method or attribute name: removalWantAgent?: WantAgent;|notificationRequest.d.ts|
386|Added|NA|Module name: notificationRequest<br>Class name: NotificationRequest<br>Method or attribute name: badgeNumber?: number;|notificationRequest.d.ts|
387|Added|NA|Module name: notificationSlot<br>Class name: NotificationSlot<br>Method or attribute name: readonly enabled?: boolean;|notificationSlot.d.ts|
388|Deprecated version changed|Class name: commonEvent<br>Deprecated version: N/A|Class name: commonEvent<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager |@ohos.commonEvent.d.ts|
389|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function publish(event: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function publish(event: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.publish   |@ohos.commonEvent.d.ts|
390|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.publish   |@ohos.commonEvent.d.ts|
391|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function publishAsUser(event: string, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function publishAsUser(event: string, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.publishAsUser   |@ohos.commonEvent.d.ts|
392|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.publishAsUser   |@ohos.commonEvent.d.ts|
393|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback\<CommonEventSubscriber>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback\<CommonEventSubscriber>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.createSubscriber   |@ohos.commonEvent.d.ts|
394|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise\<CommonEventSubscriber>;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise\<CommonEventSubscriber>;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.createSubscriber   |@ohos.commonEvent.d.ts|
395|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback\<CommonEventData>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback\<CommonEventData>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.subscribe   |@ohos.commonEvent.d.ts|
396|Deprecated version changed|Class name: commonEvent<br>Method or attribute name: function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: commonEvent<br>Method or attribute name: function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.unsubscribe   |@ohos.commonEvent.d.ts|
397|Deprecated version changed|Class name: Support<br>Deprecated version: N/A|Class name: Support<br>Deprecated version: 9<br>Substitute API: ohos.commonEventManager.Support   |@ohos.commonEvent.d.ts|
398|Deprecated version changed|Class name: notification<br>Deprecated version: N/A|Class name: notification<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager and ohos.notificationSubscribe |@ohos.notification.d.ts|
399|Deprecated version changed|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.publish   |@ohos.notification.d.ts|
400|Deprecated version changed|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.publish   |@ohos.notification.d.ts|
401|Deprecated version changed|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.publish   |@ohos.notification.d.ts|
402|Deprecated version changed|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.publish   |@ohos.notification.d.ts|
403|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancel(id: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancel(id: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancel   |@ohos.notification.d.ts|
404|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancel(id: number, label: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancel(id: number, label: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancel   |@ohos.notification.d.ts|
405|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancel(id: number, label?: string): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancel(id: number, label?: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancel   |@ohos.notification.d.ts|
406|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancelAll(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancelAll(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelAll   |@ohos.notification.d.ts|
407|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancelAll(): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancelAll(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelAll   |@ohos.notification.d.ts|
408|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlot   |@ohos.notification.d.ts|
409|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlot(slot: NotificationSlot): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlot(slot: NotificationSlot): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlot   |@ohos.notification.d.ts|
410|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlot(type: SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlot(type: SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlot   |@ohos.notification.d.ts|
411|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlot(type: SlotType): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlot(type: SlotType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlot   |@ohos.notification.d.ts|
412|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlots   |@ohos.notification.d.ts|
413|Deprecated version changed|Class name: notification<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function addSlots(slots: Array\<NotificationSlot>): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.addSlots   |@ohos.notification.d.ts|
414|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlot(slotType: SlotType, callback: AsyncCallback\<NotificationSlot>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlot(slotType: SlotType, callback: AsyncCallback\<NotificationSlot>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlot   |@ohos.notification.d.ts|
415|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlot(slotType: SlotType): Promise\<NotificationSlot>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlot(slotType: SlotType): Promise\<NotificationSlot>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlot   |@ohos.notification.d.ts|
416|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlots(callback: AsyncCallback\<Array\<NotificationSlot>>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlots(callback: AsyncCallback\<Array\<NotificationSlot>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlots   |@ohos.notification.d.ts|
417|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlots(): Promise\<Array\<NotificationSlot>>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlots(): Promise\<Array\<NotificationSlot>>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlots   |@ohos.notification.d.ts|
418|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeSlot(slotType: SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeSlot(slotType: SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeSlot   |@ohos.notification.d.ts|
419|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeSlot(slotType: SlotType): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeSlot(slotType: SlotType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeSlot   |@ohos.notification.d.ts|
420|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAllSlots(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAllSlots(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeAllSlots   |@ohos.notification.d.ts|
421|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAllSlots(): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAllSlots(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeAllSlots   |@ohos.notification.d.ts|
422|Deprecated version changed|Class name: SlotType<br>Deprecated version: N/A|Class name: SlotType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.SlotType   |@ohos.notification.d.ts|
423|Deprecated version changed|Class name: ContentType<br>Deprecated version: N/A|Class name: ContentType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.ContentType   |@ohos.notification.d.ts|
424|Deprecated version changed|Class name: SlotLevel<br>Deprecated version: N/A|Class name: SlotLevel<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.SlotLevel   |@ohos.notification.d.ts|
425|Deprecated version changed|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.subscribe   |@ohos.notification.d.ts|
426|Deprecated version changed|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.subscribe   |@ohos.notification.d.ts|
427|Deprecated version changed|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.subscribe   |@ohos.notification.d.ts|
428|Deprecated version changed|Class name: notification<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.unsubscribe   |@ohos.notification.d.ts|
429|Deprecated version changed|Class name: notification<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function unsubscribe(subscriber: NotificationSubscriber): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.unsubscribe   |@ohos.notification.d.ts|
430|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setNotificationEnable   |@ohos.notification.d.ts|
431|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableNotification(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setNotificationEnable   |@ohos.notification.d.ts|
432|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled   |@ohos.notification.d.ts|
433|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled   |@ohos.notification.d.ts|
434|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled   |@ohos.notification.d.ts|
435|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled   |@ohos.notification.d.ts|
436|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(userId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(userId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled   |@ohos.notification.d.ts|
437|Deprecated version changed|Class name: notification<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isNotificationEnabled   |@ohos.notification.d.ts|
438|Deprecated version changed|Class name: notification<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.displayBadge   |@ohos.notification.d.ts|
439|Deprecated version changed|Class name: notification<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function displayBadge(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.displayBadge   |@ohos.notification.d.ts|
440|Deprecated version changed|Class name: notification<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isBadgeDisplayed   |@ohos.notification.d.ts|
441|Deprecated version changed|Class name: notification<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isBadgeDisplayed(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isBadgeDisplayed   |@ohos.notification.d.ts|
442|Deprecated version changed|Class name: notification<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setSlotByBundle   |@ohos.notification.d.ts|
443|Deprecated version changed|Class name: notification<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setSlotByBundle   |@ohos.notification.d.ts|
444|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback\<Array\<NotificationSlot>>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback\<Array\<NotificationSlot>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlotsByBundle   |@ohos.notification.d.ts|
445|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption): Promise\<Array\<NotificationSlot>>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlotsByBundle(bundle: BundleOption): Promise\<Array\<NotificationSlot>>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlotsByBundle   |@ohos.notification.d.ts|
446|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlotNumByBundle   |@ohos.notification.d.ts|
447|Deprecated version changed|Class name: notification<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption): Promise\<number>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getSlotNumByBundle(bundle: BundleOption): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getSlotNumByBundle   |@ohos.notification.d.ts|
448|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(bundle: BundleOption, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(bundle: BundleOption, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.removeAll   |@ohos.notification.d.ts|
449|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.removeAll   |@ohos.notification.d.ts|
450|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.removeAll   |@ohos.notification.d.ts|
451|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationSubscribe.removeAll   |@ohos.notification.d.ts|
452|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeAll(bundle?: BundleOption): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeAll(bundle?: BundleOption): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: notificationSubscribe.removeAll   |@ohos.notification.d.ts|
453|Deprecated version changed|Class name: notification<br>Method or attribute name: function getAllActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getAllActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getAllActiveNotifications   |@ohos.notification.d.ts|
454|Deprecated version changed|Class name: notification<br>Method or attribute name: function getAllActiveNotifications(): Promise\<Array\<NotificationRequest>>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getAllActiveNotifications(): Promise\<Array\<NotificationRequest>>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getAllActiveNotifications   |@ohos.notification.d.ts|
455|Deprecated version changed|Class name: notification<br>Method or attribute name: function getActiveNotificationCount(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getActiveNotificationCount(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getActiveNotificationCount   |@ohos.notification.d.ts|
456|Deprecated version changed|Class name: notification<br>Method or attribute name: function getActiveNotificationCount(): Promise\<number>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getActiveNotificationCount(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getActiveNotificationCount   |@ohos.notification.d.ts|
457|Deprecated version changed|Class name: notification<br>Method or attribute name: function getActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getActiveNotifications(callback: AsyncCallback\<Array\<NotificationRequest>>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelGroup   |@ohos.notification.d.ts|
458|Deprecated version changed|Class name: notification<br>Method or attribute name: function getActiveNotifications(): Promise\<Array\<NotificationRequest>>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getActiveNotifications(): Promise\<Array\<NotificationRequest>>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelGroup   |@ohos.notification.d.ts|
459|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancelGroup(groupName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancelGroup(groupName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelGroup   |@ohos.notification.d.ts|
460|Deprecated version changed|Class name: notification<br>Method or attribute name: function cancelGroup(groupName: string): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function cancelGroup(groupName: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.cancelGroup   |@ohos.notification.d.ts|
461|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeGroupByBundle   |@ohos.notification.d.ts|
462|Deprecated version changed|Class name: notification<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.removeGroupByBundle   |@ohos.notification.d.ts|
463|Deprecated version changed|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDoNotDisturbDate   |@ohos.notification.d.ts|
464|Deprecated version changed|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDoNotDisturbDate   |@ohos.notification.d.ts|
465|Deprecated version changed|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDoNotDisturbDate   |@ohos.notification.d.ts|
466|Deprecated version changed|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDoNotDisturbDate   |@ohos.notification.d.ts|
467|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(callback: AsyncCallback\<DoNotDisturbDate>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(callback: AsyncCallback\<DoNotDisturbDate>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDoNotDisturbDate   |@ohos.notification.d.ts|
468|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDoNotDisturbDate   |@ohos.notification.d.ts|
469|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(userId: number, callback: AsyncCallback\<DoNotDisturbDate>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(userId: number, callback: AsyncCallback\<DoNotDisturbDate>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDoNotDisturbDate   |@ohos.notification.d.ts|
470|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDoNotDisturbDate   |@ohos.notification.d.ts|
471|Deprecated version changed|Class name: notification<br>Method or attribute name: function supportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function supportDoNotDisturbMode(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isSupportDoNotDisturbMode   |@ohos.notification.d.ts|
472|Deprecated version changed|Class name: notification<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isSupportDoNotDisturbMode   |@ohos.notification.d.ts|
473|Deprecated version changed|Class name: notification<br>Method or attribute name: function isSupportTemplate(templateName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isSupportTemplate(templateName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isSupportTemplate   |@ohos.notification.d.ts|
474|Deprecated version changed|Class name: notification<br>Method or attribute name: function isSupportTemplate(templateName: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isSupportTemplate(templateName: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isSupportTemplate   |@ohos.notification.d.ts|
475|Deprecated version changed|Class name: notification<br>Method or attribute name: function requestEnableNotification(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function requestEnableNotification(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.requestEnableNotification   |@ohos.notification.d.ts|
476|Deprecated version changed|Class name: notification<br>Method or attribute name: function requestEnableNotification(): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function requestEnableNotification(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.requestEnableNotification   |@ohos.notification.d.ts|
477|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableDistributed(enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableDistributed(enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDistributedEnable   |@ohos.notification.d.ts|
478|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableDistributed(enable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableDistributed(enable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDistributedEnable   |@ohos.notification.d.ts|
479|Deprecated version changed|Class name: notification<br>Method or attribute name: function isDistributedEnabled(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isDistributedEnabled(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isDistributedEnabled   |@ohos.notification.d.ts|
480|Deprecated version changed|Class name: notification<br>Method or attribute name: function isDistributedEnabled(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isDistributedEnabled(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isDistributedEnabled   |@ohos.notification.d.ts|
481|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDistributedEnableByBundle   |@ohos.notification.d.ts|
482|Deprecated version changed|Class name: notification<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.setDistributedEnableByBundle   |@ohos.notification.d.ts|
483|Deprecated version changed|Class name: notification<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isDistributedEnabledByBundle   |@ohos.notification.d.ts|
484|Deprecated version changed|Class name: notification<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.isDistributedEnabledByBundle   |@ohos.notification.d.ts|
485|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDeviceRemindType(callback: AsyncCallback\<DeviceRemindType>): void;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDeviceRemindType(callback: AsyncCallback\<DeviceRemindType>): void;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDeviceRemindType   |@ohos.notification.d.ts|
486|Deprecated version changed|Class name: notification<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;<br>Deprecated version: N/A|Class name: notification<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.getDeviceRemindType   |@ohos.notification.d.ts|
487|Deprecated version changed|Class name: BundleOption<br>Deprecated version: N/A|Class name: BundleOption<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.BundleOption   |@ohos.notification.d.ts|
488|Deprecated version changed|Class name: NotificationKey<br>Deprecated version: N/A|Class name: NotificationKey<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.NotificationKey   |@ohos.notification.d.ts|
489|Deprecated version changed|Class name: DoNotDisturbType<br>Deprecated version: N/A|Class name: DoNotDisturbType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.DoNotDisturbType   |@ohos.notification.d.ts|
490|Deprecated version changed|Class name: DoNotDisturbDate<br>Deprecated version: N/A|Class name: DoNotDisturbDate<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.DoNotDisturbDate   |@ohos.notification.d.ts|
491|Deprecated version changed|Class name: DeviceRemindType<br>Deprecated version: N/A|Class name: DeviceRemindType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.DeviceRemindType   |@ohos.notification.d.ts|
492|Deprecated version changed|Class name: SourceType<br>Deprecated version: N/A|Class name: SourceType<br>Deprecated version: 9<br>Substitute API: ohos.notificationManager.SourceType   |@ohos.notification.d.ts|
493|Deprecated version changed|Class name: reminderAgent<br>Deprecated version: N/A|Class name: reminderAgent<br>Deprecated version: 9<br>Substitute API: reminderAgentManager |@ohos.reminderAgent.d.ts|
494|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.publishReminder   |@ohos.reminderAgent.d.ts|
495|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\<number>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.publishReminder   |@ohos.reminderAgent.d.ts|
496|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.cancelReminder   |@ohos.reminderAgent.d.ts|
497|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function cancelReminder(reminderId: number): Promise\<void>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function cancelReminder(reminderId: number): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.cancelReminder   |@ohos.reminderAgent.d.ts|
498|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function getValidReminders(callback: AsyncCallback\<Array\<ReminderRequest>>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function getValidReminders(callback: AsyncCallback\<Array\<ReminderRequest>>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.getValidReminders   |@ohos.reminderAgent.d.ts|
499|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function getValidReminders(): Promise\<Array\<ReminderRequest>>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function getValidReminders(): Promise\<Array\<ReminderRequest>>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.getValidReminders   |@ohos.reminderAgent.d.ts|
500|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function cancelAllReminders(callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function cancelAllReminders(callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.cancelAllReminders   |@ohos.reminderAgent.d.ts|
501|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function cancelAllReminders(): Promise\<void>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function cancelAllReminders(): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.cancelAllReminders   |@ohos.reminderAgent.d.ts|
502|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.addNotificationSlot   |@ohos.reminderAgent.d.ts|
503|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot): Promise\<void>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function addNotificationSlot(slot: NotificationSlot): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.addNotificationSlot   |@ohos.reminderAgent.d.ts|
504|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.removeNotificationSlot   |@ohos.reminderAgent.d.ts|
505|Deprecated version changed|Class name: reminderAgent<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType): Promise\<void>;<br>Deprecated version: N/A|Class name: reminderAgent<br>Method or attribute name: function removeNotificationSlot(slotType: notification.SlotType): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.removeNotificationSlot   |@ohos.reminderAgent.d.ts|
506|Deprecated version changed|Class name: ActionButtonType<br>Deprecated version: N/A|Class name: ActionButtonType<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButtonType   |@ohos.reminderAgent.d.ts|
507|Deprecated version changed|Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_CLOSE = 0<br>Deprecated version: N/A|Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_CLOSE = 0<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButtonType.ACTION_BUTTON_TYPE_CLOSE     |@ohos.reminderAgent.d.ts|
508|Deprecated version changed|Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_SNOOZE = 1<br>Deprecated version: N/A|Class name: ActionButtonType<br>Method or attribute name: ACTION_BUTTON_TYPE_SNOOZE = 1<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButtonType.ACTION_BUTTON_TYPE_SNOOZE     |@ohos.reminderAgent.d.ts|
509|Deprecated version changed|Class name: ReminderType<br>Deprecated version: N/A|Class name: ReminderType<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderType   |@ohos.reminderAgent.d.ts|
510|Deprecated version changed|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_TIMER = 0<br>Deprecated version: N/A|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_TIMER = 0<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderType.REMINDER_TYPE_TIMER     |@ohos.reminderAgent.d.ts|
511|Deprecated version changed|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_CALENDAR = 1<br>Deprecated version: N/A|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_CALENDAR = 1<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderType.REMINDER_TYPE_CALENDAR     |@ohos.reminderAgent.d.ts|
512|Deprecated version changed|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_ALARM = 2<br>Deprecated version: N/A|Class name: ReminderType<br>Method or attribute name: REMINDER_TYPE_ALARM = 2<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderType.REMINDER_TYPE_ALARM     |@ohos.reminderAgent.d.ts|
513|Deprecated version changed|Class name: ActionButton<br>Deprecated version: N/A|Class name: ActionButton<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButton   |@ohos.reminderAgent.d.ts|
514|Deprecated version changed|Class name: ActionButton<br>Method or attribute name: title: string;<br>Deprecated version: N/A|Class name: ActionButton<br>Method or attribute name: title: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButton.title     |@ohos.reminderAgent.d.ts|
515|Deprecated version changed|Class name: ActionButton<br>Method or attribute name: type: ActionButtonType;<br>Deprecated version: N/A|Class name: ActionButton<br>Method or attribute name: type: ActionButtonType;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ActionButton.type     |@ohos.reminderAgent.d.ts|
516|Deprecated version changed|Class name: WantAgent<br>Deprecated version: N/A|Class name: WantAgent<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.WantAgent   |@ohos.reminderAgent.d.ts|
517|Deprecated version changed|Class name: WantAgent<br>Method or attribute name: pkgName: string;<br>Deprecated version: N/A|Class name: WantAgent<br>Method or attribute name: pkgName: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.WantAgent.pkgName     |@ohos.reminderAgent.d.ts|
518|Deprecated version changed|Class name: WantAgent<br>Method or attribute name: abilityName: string;<br>Deprecated version: N/A|Class name: WantAgent<br>Method or attribute name: abilityName: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.WantAgent.abilityName     |@ohos.reminderAgent.d.ts|
519|Deprecated version changed|Class name: MaxScreenWantAgent<br>Deprecated version: N/A|Class name: MaxScreenWantAgent<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.MaxScreenWantAgent   |@ohos.reminderAgent.d.ts|
520|Deprecated version changed|Class name: MaxScreenWantAgent<br>Method or attribute name: pkgName: string;<br>Deprecated version: N/A|Class name: MaxScreenWantAgent<br>Method or attribute name: pkgName: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.MaxScreenWantAgent.pkgName     |@ohos.reminderAgent.d.ts|
521|Deprecated version changed|Class name: MaxScreenWantAgent<br>Method or attribute name: abilityName: string;<br>Deprecated version: N/A|Class name: MaxScreenWantAgent<br>Method or attribute name: abilityName: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.MaxScreenWantAgent.abilityName     |@ohos.reminderAgent.d.ts|
522|Deprecated version changed|Class name: ReminderRequest<br>Deprecated version: N/A|Class name: ReminderRequest<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest   |@ohos.reminderAgent.d.ts|
523|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: reminderType: ReminderType;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: reminderType: ReminderType;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.reminderType     |@ohos.reminderAgent.d.ts|
524|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: actionButton?: [ActionButton?, ActionButton?];<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: actionButton?: [ActionButton?, ActionButton?];<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.actionButton     |@ohos.reminderAgent.d.ts|
525|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: wantAgent?: WantAgent;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: wantAgent?: WantAgent;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.wantAgent     |@ohos.reminderAgent.d.ts|
526|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: maxScreenWantAgent?: MaxScreenWantAgent;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: maxScreenWantAgent?: MaxScreenWantAgent;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.maxScreenWantAgent     |@ohos.reminderAgent.d.ts|
527|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: ringDuration?: number;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: ringDuration?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.ringDuration     |@ohos.reminderAgent.d.ts|
528|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: snoozeTimes?: number;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: snoozeTimes?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.snoozeTimes     |@ohos.reminderAgent.d.ts|
529|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: timeInterval?: number;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: timeInterval?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.timeInterval     |@ohos.reminderAgent.d.ts|
530|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: title?: string;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: title?: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.title     |@ohos.reminderAgent.d.ts|
531|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: content?: string;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: content?: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.content     |@ohos.reminderAgent.d.ts|
532|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: expiredContent?: string;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: expiredContent?: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.expiredContent     |@ohos.reminderAgent.d.ts|
533|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: snoozeContent?: string;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: snoozeContent?: string;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.snoozeContent     |@ohos.reminderAgent.d.ts|
534|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: notificationId?: number;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: notificationId?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.notificationId     |@ohos.reminderAgent.d.ts|
535|Deprecated version changed|Class name: ReminderRequest<br>Method or attribute name: slotType?: notification.SlotType;<br>Deprecated version: N/A|Class name: ReminderRequest<br>Method or attribute name: slotType?: notification.SlotType;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequest.slotType     |@ohos.reminderAgent.d.ts|
536|Deprecated version changed|Class name: ReminderRequestCalendar<br>Deprecated version: N/A|Class name: ReminderRequestCalendar<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestCalendar   |@ohos.reminderAgent.d.ts|
537|Deprecated version changed|Class name: ReminderRequestCalendar<br>Method or attribute name: dateTime: LocalDateTime;<br>Deprecated version: N/A|Class name: ReminderRequestCalendar<br>Method or attribute name: dateTime: LocalDateTime;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestCalendar.dateTime     |@ohos.reminderAgent.d.ts|
538|Deprecated version changed|Class name: ReminderRequestCalendar<br>Method or attribute name: repeatMonths?: Array\<number>;<br>Deprecated version: N/A|Class name: ReminderRequestCalendar<br>Method or attribute name: repeatMonths?: Array\<number>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestCalendar.repeatMonths     |@ohos.reminderAgent.d.ts|
539|Deprecated version changed|Class name: ReminderRequestCalendar<br>Method or attribute name: repeatDays?: Array\<number>;<br>Deprecated version: N/A|Class name: ReminderRequestCalendar<br>Method or attribute name: repeatDays?: Array\<number>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestCalendar.repeatDays     |@ohos.reminderAgent.d.ts|
540|Deprecated version changed|Class name: ReminderRequestAlarm<br>Deprecated version: N/A|Class name: ReminderRequestAlarm<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestAlarm   |@ohos.reminderAgent.d.ts|
541|Deprecated version changed|Class name: ReminderRequestAlarm<br>Method or attribute name: hour: number;<br>Deprecated version: N/A|Class name: ReminderRequestAlarm<br>Method or attribute name: hour: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestAlarm.hour     |@ohos.reminderAgent.d.ts|
542|Deprecated version changed|Class name: ReminderRequestAlarm<br>Method or attribute name: minute: number;<br>Deprecated version: N/A|Class name: ReminderRequestAlarm<br>Method or attribute name: minute: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestAlarm.minute     |@ohos.reminderAgent.d.ts|
543|Deprecated version changed|Class name: ReminderRequestAlarm<br>Method or attribute name: daysOfWeek?: Array\<number>;<br>Deprecated version: N/A|Class name: ReminderRequestAlarm<br>Method or attribute name: daysOfWeek?: Array\<number>;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestAlarm.daysOfWeek     |@ohos.reminderAgent.d.ts|
544|Deprecated version changed|Class name: ReminderRequestTimer<br>Deprecated version: N/A|Class name: ReminderRequestTimer<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer   |@ohos.reminderAgent.d.ts|
545|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: year: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: year: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.year     |@ohos.reminderAgent.d.ts|
546|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: month: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: month: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.month     |@ohos.reminderAgent.d.ts|
547|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: day: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: day: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.day     |@ohos.reminderAgent.d.ts|
548|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: hour: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: hour: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.hour     |@ohos.reminderAgent.d.ts|
549|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: minute: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: minute: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.minute     |@ohos.reminderAgent.d.ts|
550|Deprecated version changed|Class name: LocalDateTime<br>Method or attribute name: second?: number;<br>Deprecated version: N/A|Class name: LocalDateTime<br>Method or attribute name: second?: number;<br>Deprecated version: 9<br>Substitute API: reminderAgentManager.ReminderRequestTimer.second     |@ohos.reminderAgent.d.ts|
551|SysCap changed|Class name: ReminderRequestAlarm<br>SysCap:Define alarm reminder object.|Class name: ReminderRequestAlarm<br>SysCap:SystemCapability.Notification.ReminderAgent|@ohos.reminderAgent.d.ts|
552|Function changed|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, callback: AsyncCallback\<void>): void;<br>|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback\<void>): void;<br>|@ohos.notification.d.ts|
553|Function changed|Class name: notification<br>Method or attribute name: function remove(hashCode: string, callback: AsyncCallback\<void>): void;<br>|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback\<void>): void;<br>|@ohos.notification.d.ts|
554|Function changed|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey): Promise\<void>;<br>|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise\<void>;<br>|@ohos.notification.d.ts|
555|Function changed|Class name: notification<br>Method or attribute name: function remove(hashCode: string): Promise\<void>;<br>|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise\<void>;<br>|@ohos.notification.d.ts|
556|Function changed|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey, callback: AsyncCallback\<void>): void;<br>|Class name: notification<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback\<void>): void;<br>|@ohos.notification.d.ts|
557|Function changed|Class name: notification<br>Method or attribute name: function remove(hashCode: string, callback: AsyncCallback\<void>): void;<br>|Class name: notification<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback\<void>): void;<br>|@ohos.notification.d.ts|
558|Function changed|Class name: notification<br>Method or attribute name: function remove(bundle: BundleOption, notificationKey: NotificationKey): Promise\<void>;<br>|Class name: notification<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason): Promise\<void>;<br>|@ohos.notification.d.ts|
559|Function changed|Class name: notification<br>Method or attribute name: function remove(hashCode: string): Promise\<void>;<br>|Class name: notification<br>Method or attribute name: function remove(hashCode: string, reason: RemoveReason): Promise\<void>;<br>|@ohos.notification.d.ts|
560