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