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