harmony 鸿蒙js-apidiff-notification
操作 | 旧版本 | 新版本 | d.ts文件 |
---|---|---|---|
删除 | 类名:notification; 方法or属性:function remove(bundle: BundleOption, notificationKey: NotificationKey, callback: AsyncCallback<void>): void; |
NA | @ohos.notification.d.ts |
删除 | 类名:notification; 方法or属性:function remove(bundle: BundleOption, notificationKey: NotificationKey): Promise<void>; |
NA | @ohos.notification.d.ts |
删除 | 类名:notification; 方法or属性:function remove(hashCode: string, callback: AsyncCallback<void>): void; |
NA | @ohos.notification.d.ts |
删除 | 类名:notification; 方法or属性:function remove(hashCode: string): Promise<void>; |
NA | @ohos.notification.d.ts |
删除 | 类名:DoNotDisturbType; 方法or属性:export enum DoNotDisturbType |
NA | @ohos.notification.d.ts |
删除 | 类名:DoNotDisturbDate; 方法or属性:export interface DoNotDisturbDate |
NA | @ohos.notification.d.ts |
新增 | NA | 类名:commonEventManager; 方法or属性:function publish(event: string, callback: AsyncCallback<void>): void; |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:commonEventManager; 方法or属性:function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback<void>): void; |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:commonEventManager; 方法or属性:function publishAsUser(event: string, userId: number, callback: AsyncCallback<void>): void; |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:commonEventManager; 方法or属性:function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback<void>): void; |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:commonEventManager; 方法or属性:function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback<CommonEventSubscriber>): void; |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:commonEventManager; 方法or属性:function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise<CommonEventSubscriber>; |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:commonEventManager; 方法or属性:function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback<CommonEventData>): void; |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:commonEventManager; 方法or属性:function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback<void>): void; |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BOOT_COMPLETED = “usual.event.BOOT_COMPLETED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_LOCKED_BOOT_COMPLETED = “usual.event.LOCKED_BOOT_COMPLETED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_SHUTDOWN = “usual.event.SHUTDOWN” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BATTERY_CHANGED = “usual.event.BATTERY_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BATTERY_LOW = “usual.event.BATTERY_LOW” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BATTERY_OKAY = “usual.event.BATTERY_OKAY” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_POWER_CONNECTED = “usual.event.POWER_CONNECTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_POWER_DISCONNECTED = “usual.event.POWER_DISCONNECTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_SCREEN_OFF = “usual.event.SCREEN_OFF” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_SCREEN_ON = “usual.event.SCREEN_ON” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_THERMAL_LEVEL_CHANGED = “usual.event.THERMAL_LEVEL_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_PRESENT = “usual.event.USER_PRESENT” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_TIME_TICK = “usual.event.TIME_TICK” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_TIME_CHANGED = “usual.event.TIME_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DATE_CHANGED = “usual.event.DATE_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_TIMEZONE_CHANGED = “usual.event.TIMEZONE_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_CLOSE_SYSTEM_DIALOGS = “usual.event.CLOSE_SYSTEM_DIALOGS” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_ADDED = “usual.event.PACKAGE_ADDED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_REPLACED = “usual.event.PACKAGE_REPLACED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_MY_PACKAGE_REPLACED = “usual.event.MY_PACKAGE_REPLACED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_REMOVED = “usual.event.PACKAGE_REMOVED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BUNDLE_REMOVED = “usual.event.BUNDLE_REMOVED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_FULLY_REMOVED = “usual.event.PACKAGE_FULLY_REMOVED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_CHANGED = “usual.event.PACKAGE_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_RESTARTED = “usual.event.PACKAGE_RESTARTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_DATA_CLEARED = “usual.event.PACKAGE_DATA_CLEARED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_CACHE_CLEARED = “usual.event.PACKAGE_CACHE_CLEARED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGES_SUSPENDED = “usual.event.PACKAGES_SUSPENDED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGES_UNSUSPENDED = “usual.event.PACKAGES_UNSUSPENDED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_MY_PACKAGE_SUSPENDED = “usual.event.MY_PACKAGE_SUSPENDED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_MY_PACKAGE_UNSUSPENDED = “usual.event.MY_PACKAGE_UNSUSPENDED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_UID_REMOVED = “usual.event.UID_REMOVED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_FIRST_LAUNCH = “usual.event.PACKAGE_FIRST_LAUNCH” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_NEEDS_VERIFICATION = “usual.event.PACKAGE_NEEDS_VERIFICATION” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_VERIFIED = “usual.event.PACKAGE_VERIFIED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_EXTERNAL_APPLICATIONS_AVAILABLE = “usual.event.EXTERNAL_APPLICATIONS_AVAILABLE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_EXTERNAL_APPLICATIONS_UNAVAILABLE = “usual.event.EXTERNAL_APPLICATIONS_UNAVAILABLE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_CONFIGURATION_CHANGED = “usual.event.CONFIGURATION_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_LOCALE_CHANGED = “usual.event.LOCALE_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_MANAGE_PACKAGE_STORAGE = “usual.event.MANAGE_PACKAGE_STORAGE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DRIVE_MODE = “common.event.DRIVE_MODE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_HOME_MODE = “common.event.HOME_MODE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_OFFICE_MODE = “common.event.OFFICE_MODE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_STARTED = “usual.event.USER_STARTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_BACKGROUND = “usual.event.USER_BACKGROUND” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_FOREGROUND = “usual.event.USER_FOREGROUND” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_SWITCHED = “usual.event.USER_SWITCHED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_STARTING = “usual.event.USER_STARTING” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_UNLOCKED = “usual.event.USER_UNLOCKED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_STOPPING = “usual.event.USER_STOPPING” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_STOPPED = “usual.event.USER_STOPPED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGIN = “common.event.DISTRIBUTED_ACCOUNT_LOGIN” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOUT = “common.event.DISTRIBUTED_ACCOUNT_LOGOUT” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISTRIBUTED_ACCOUNT_TOKEN_INVALID = “common.event.DISTRIBUTED_ACCOUNT_TOKEN_INVALID” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOFF = “common.event.DISTRIBUTED_ACCOUNT_LOGOFF” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_POWER_STATE = “usual.event.wifi.POWER_STATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_SCAN_FINISHED = “usual.event.wifi.SCAN_FINISHED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_RSSI_VALUE = “usual.event.wifi.RSSI_VALUE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_CONN_STATE = “usual.event.wifi.CONN_STATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_HOTSPOT_STATE = “usual.event.wifi.HOTSPOT_STATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_AP_STA_JOIN = “usual.event.wifi.WIFI_HS_STA_JOIN” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_AP_STA_LEAVE = “usual.event.wifi.WIFI_HS_STA_LEAVE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_MPLINK_STATE_CHANGE = “usual.event.wifi.mplink.STATE_CHANGE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_CONN_STATE = “usual.event.wifi.p2p.CONN_STATE_CHANGE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_STATE_CHANGED = “usual.event.wifi.p2p.STATE_CHANGE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_PEERS_STATE_CHANGED = “usual.event.wifi.p2p.DEVICES_CHANGE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_PEERS_DISCOVERY_STATE_CHANGED = “usual.event.wifi.p2p.PEER_DISCOVERY_STATE_CHANGE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_CURRENT_DEVICE_STATE_CHANGED = “usual.event.wifi.p2p.CURRENT_DEVICE_CHANGE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_GROUP_STATE_CHANGED = “usual.event.wifi.p2p.GROUP_STATE_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE = “usual.event.bluetooth.handsfree.ag.CONNECT_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE = “usual.event.bluetooth.handsfree.ag.CURRENT_DEVICE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE = “usual.event.bluetooth.handsfree.ag.AUDIO_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE = “usual.event.bluetooth.a2dpsource.CONNECT_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE = “usual.event.bluetooth.a2dpsource.CURRENT_DEVICE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE = “usual.event.bluetooth.a2dpsource.PLAYING_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE = “usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE = “usual.event.bluetooth.a2dpsource.CODEC_VALUE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED = “usual.event.bluetooth.remotedevice.DISCOVERED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE = “usual.event.bluetooth.remotedevice.CLASS_VALUE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED = “usual.event.bluetooth.remotedevice.ACL_CONNECTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED = “usual.event.bluetooth.remotedevice.ACL_DISCONNECTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE = “usual.event.bluetooth.remotedevice.NAME_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE = “usual.event.bluetooth.remotedevice.PAIR_STATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE = “usual.event.bluetooth.remotedevice.BATTERY_VALUE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT = “usual.event.bluetooth.remotedevice.SDP_RESULT” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE = “usual.event.bluetooth.remotedevice.UUID_VALUE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ = “usual.event.bluetooth.remotedevice.PAIRING_REQ” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL = “usual.event.bluetooth.remotedevice.PAIRING_CANCEL” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ = “usual.event.bluetooth.remotedevice.CONNECT_REQ” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY = “usual.event.bluetooth.remotedevice.CONNECT_REPLY” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL = “usual.event.bluetooth.remotedevice.CONNECT_CANCEL” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE = “usual.event.bluetooth.handsfreeunit.CONNECT_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE = “usual.event.bluetooth.handsfreeunit.AUDIO_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT = “usual.event.bluetooth.handsfreeunit.AG_COMMON_EVENT” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE = “usual.event.bluetooth.handsfreeunit.AG_CALL_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE = “usual.event.bluetooth.host.STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE = “usual.event.bluetooth.host.REQ_DISCOVERABLE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE = “usual.event.bluetooth.host.REQ_ENABLE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE = “usual.event.bluetooth.host.REQ_DISABLE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE = “usual.event.bluetooth.host.SCAN_MODE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED = “usual.event.bluetooth.host.DISCOVERY_STARTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED = “usual.event.bluetooth.host.DISCOVERY_FINISHED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE = “usual.event.bluetooth.host.NAME_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE = “usual.event.bluetooth.a2dpsink.CONNECT_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE = “usual.event.bluetooth.a2dpsink.PLAYING_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE = “usual.event.bluetooth.a2dpsink.AUDIO_STATE_UPDATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_NFC_ACTION_ADAPTER_STATE_CHANGED = “usual.event.nfc.action.ADAPTER_STATE_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_NFC_ACTION_RF_FIELD_ON_DETECTED = “usual.event.nfc.action.RF_FIELD_ON_DETECTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_NFC_ACTION_RF_FIELD_OFF_DETECTED = “usual.event.nfc.action.RF_FIELD_OFF_DETECTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISCHARGING = “usual.event.DISCHARGING” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_CHARGING = “usual.event.CHARGING” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED = “usual.event.DEVICE_IDLE_MODE_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_POWER_SAVE_MODE_CHANGED = “usual.event.POWER_SAVE_MODE_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_ADDED = “usual.event.USER_ADDED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_REMOVED = “usual.event.USER_REMOVED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_ABILITY_ADDED = “common.event.ABILITY_ADDED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_ABILITY_REMOVED = “common.event.ABILITY_REMOVED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_ABILITY_UPDATED = “common.event.ABILITY_UPDATED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_LOCATION_MODE_STATE_CHANGED = “usual.event.location.MODE_STATE_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_SLEEP = “common.event.IVI_SLEEP” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_PAUSE = “common.event.IVI_PAUSE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_STANDBY = “common.event.IVI_STANDBY” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_LASTMODE_SAVE = “common.event.IVI_LASTMODE_SAVE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_VOLTAGE_ABNORMAL = “common.event.IVI_VOLTAGE_ABNORMAL” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_HIGH_TEMPERATURE = “common.event.IVI_HIGH_TEMPERATURE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_EXTREME_TEMPERATURE = “common.event.IVI_EXTREME_TEMPERATURE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_TEMPERATURE_ABNORMAL = “common.event.IVI_TEMPERATURE_ABNORMAL” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_VOLTAGE_RECOVERY = “common.event.IVI_VOLTAGE_RECOVERY” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_TEMPERATURE_RECOVERY = “common.event.IVI_TEMPERATURE_RECOVERY” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_IVI_ACTIVE = “common.event.IVI_ACTIVE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USB_STATE = “usual.event.hardware.usb.action.USB_STATE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USB_PORT_CHANGED = “usual.event.hardware.usb.action.USB_PORT_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USB_DEVICE_ATTACHED = “usual.event.hardware.usb.action.USB_DEVICE_ATTACHED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USB_DEVICE_DETACHED = “usual.event.hardware.usb.action.USB_DEVICE_DETACHED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USB_ACCESSORY_ATTACHED = “usual.event.hardware.usb.action.USB_ACCESSORY_ATTACHED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USB_ACCESSORY_DETACHED = “usual.event.hardware.usb.action.USB_ACCESSORY_DETACHED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISK_REMOVED = “usual.event.data.DISK_REMOVED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISK_UNMOUNTED = “usual.event.data.DISK_UNMOUNTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISK_MOUNTED = “usual.event.data.DISK_MOUNTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISK_BAD_REMOVAL = “usual.event.data.DISK_BAD_REMOVAL” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISK_UNMOUNTABLE = “usual.event.data.DISK_UNMOUNTABLE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_DISK_EJECT = “usual.event.data.DISK_EJECT” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_VOLUME_REMOVED = “usual.event.data.VOLUME_REMOVED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_VOLUME_UNMOUNTED = “usual.event.data.VOLUME_UNMOUNTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_VOLUME_MOUNTED = “usual.event.data.VOLUME_MOUNTED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_VOLUME_BAD_REMOVAL = “usual.event.data.VOLUME_BAD_REMOVAL” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_VOLUME_EJECT = “usual.event.data.VOLUME_EJECT” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED = “usual.event.data.VISIBLE_ACCOUNTS_UPDATED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_ACCOUNT_DELETED = “usual.event.data.ACCOUNT_DELETED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_FOUNDATION_READY = “common.event.FOUNDATION_READY” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_AIRPLANE_MODE_CHANGED = “usual.event.AIRPLANE_MODE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_SPLIT_SCREEN = “common.event.SPLIT_SCREEN” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_SLOT_CHANGE = “usual.event.SLOT_CHANGE” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_SPN_INFO_CHANGED = “usual.event.SPN_INFO_CHANGED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_QUICK_FIX_APPLY_RESULT = “usual.event.QUICK_FIX_APPLY_RESULT” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:Support; 方法or属性:COMMON_EVENT_USER_INFO_UPDATED = “usual.event.USER_INFO_UPDATED” |
@ohos.commonEventManager.d.ts |
新增 | NA | 类名:notification; 方法or属性:function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback<void>): void; |
@ohos.notification.d.ts |
新增 | NA | 类名:notification; 方法or属性:function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise<void>; |
@ohos.notification.d.ts |
新增 | NA | 类名:notification; 方法or属性:function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback<void>): void; |
@ohos.notification.d.ts |
新增 | NA | 类名:notification; 方法or属性:function remove(hashCode: string, reason: RemoveReason): Promise<void>; |
@ohos.notification.d.ts |
新增 | NA | 类名:RemoveReason; 方法or属性:CLICK_REASON_REMOVE = 1 |
@ohos.notification.d.ts |
新增 | NA | 类名:RemoveReason; 方法or属性:CANCEL_REASON_REMOVE = 2 |
@ohos.notification.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function publish(request: NotificationRequest, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function publish(request: NotificationRequest): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function publish(request: NotificationRequest, userId: number, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function publish(request: NotificationRequest, userId: number): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: number): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function cancel(id: number, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function cancel(id: number, label: string, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function cancel(id: number, label?: string): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function cancelAsBundle(id: number, representativeBundle: string, userId: number, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function cancelAsBundle(id: number, representativeBundle: string, userId: number): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function cancelAll(callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function cancelAll(): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function addSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function addSlot(slot: NotificationSlot): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function addSlot(type: SlotType, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function addSlot(type: SlotType): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function addSlots(slots: Array<NotificationSlot>, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function addSlots(slots: Array<NotificationSlot>): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSlot(slotType: SlotType, callback: AsyncCallback<NotificationSlot>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSlot(slotType: SlotType): Promise<NotificationSlot>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSlots(callback: AsyncCallback<Array<NotificationSlot>>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSlots(): Promise<Array<NotificationSlot>>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function removeSlot(slotType: SlotType, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function removeSlot(slotType: SlotType): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function removeAllSlots(callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function removeAllSlots(): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setNotificationEnable(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setNotificationEnable(bundle: BundleOption, enable: boolean): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isNotificationEnabled(bundle: BundleOption): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isNotificationEnabled(callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isNotificationEnabled(): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isNotificationEnabled(userId: number, callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isNotificationEnabled(userId: number): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function displayBadge(bundle: BundleOption, enable: boolean): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isBadgeDisplayed(bundle: BundleOption): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback<Array<NotificationSlot>>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSlotsByBundle(bundle: BundleOption): Promise<Array<NotificationSlot>>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback<number>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSlotNumByBundle(bundle: BundleOption): Promise<number>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getAllActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getAllActiveNotifications(): Promise<Array<NotificationRequest>>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getActiveNotificationCount(callback: AsyncCallback<number>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getActiveNotificationCount(): Promise<number>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getActiveNotifications(): Promise<Array<NotificationRequest>>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function cancelGroup(groupName: string, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function cancelGroup(groupName: string): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getDoNotDisturbDate(callback: AsyncCallback<DoNotDisturbDate>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getDoNotDisturbDate(): Promise<DoNotDisturbDate>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getDoNotDisturbDate(userId: number, callback: AsyncCallback<DoNotDisturbDate>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getDoNotDisturbDate(userId: number): Promise<DoNotDisturbDate>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isSupportDoNotDisturbMode(callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isSupportDoNotDisturbMode(): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isSupportTemplate(templateName: string, callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isSupportTemplate(templateName: string): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function requestEnableNotification(callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function requestEnableNotification(): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setDistributedEnable(enable: boolean, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setDistributedEnable(enable: boolean): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isDistributedEnabled(callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isDistributedEnabled(): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setDistributedEnableByBundle(bundle: BundleOption, enable: boolean): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isDistributedEnabledByBundle(bundle: BundleOption): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getDeviceRemindType(callback: AsyncCallback<DeviceRemindType>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getDeviceRemindType(): Promise<DeviceRemindType>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setNotificationEnableSlot(bundle: BundleOption, type: SlotType, enable: boolean, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setNotificationEnableSlot(bundle: BundleOption, type: SlotType, enable: boolean): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType, callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function isNotificationSlotEnabled(bundle: BundleOption, type: SlotType): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean, callback: AsyncCallback<void>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function setSyncNotificationEnabledWithoutApp(userId: number, enable: boolean): Promise<void>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSyncNotificationEnabledWithoutApp(userId: number, callback: AsyncCallback<boolean>): void; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:function getSyncNotificationEnabledWithoutApp(userId: number): Promise<boolean>; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type BundleOption = _BundleOption |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationActionButton = _NotificationActionButton |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationBasicContent = _NotificationBasicContent |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationContent = _NotificationContent |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationLongTextContent = _NotificationLongTextContent |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationMultiLineContent = _NotificationMultiLineContent |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationPictureContent = _NotificationPictureContent |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationFlags = _NotificationFlags |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationFlagStatus = _NotificationFlagStatus |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationRequest = _NotificationRequest |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type DistributedOptions = _DistributedOptions |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationSlot = _NotificationSlot |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationSorting = _NotificationSorting |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationTemplate = _NotificationTemplate |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationManager; 方法or属性:export type NotificationUserInput = _NotificationUserInput |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotType; 方法or属性:UNKNOWN_TYPE = 0 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotType; 方法or属性:SOCIAL_COMMUNICATION = 1 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotType; 方法or属性:SERVICE_INFORMATION = 2 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotType; 方法or属性:CONTENT_INFORMATION = 3 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotType; 方法or属性:OTHER_TYPES = 0xFFFF |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_BASIC_TEXT |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_LONG_TEXT |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_PICTURE |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_CONVERSATION |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_MULTILINE |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotLevel; 方法or属性:LEVEL_NONE = 0 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotLevel; 方法or属性:LEVEL_MIN = 1 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotLevel; 方法or属性:LEVEL_LOW = 2 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotLevel; 方法or属性:LEVEL_DEFAULT = 3 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SlotLevel; 方法or属性:LEVEL_HIGH = 4 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DoNotDisturbType; 方法or属性:TYPE_NONE = 0 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DoNotDisturbType; 方法or属性:TYPE_ONCE = 1 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DoNotDisturbType; 方法or属性:TYPE_DAILY = 2 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DoNotDisturbType; 方法or属性:TYPE_CLEARLY = 3 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DoNotDisturbDate; 方法or属性:type: DoNotDisturbType; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DoNotDisturbDate; 方法or属性:begin: Date; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DoNotDisturbDate; 方法or属性:end: Date; |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DeviceRemindType; 方法or属性:IDLE_DONOT_REMIND = 0 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DeviceRemindType; 方法or属性:IDLE_REMIND = 1 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DeviceRemindType; 方法or属性:ACTIVE_DONOT_REMIND = 2 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:DeviceRemindType; 方法or属性:ACTIVE_REMIND = 3 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SourceType; 方法or属性:TYPE_NORMAL = 0 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SourceType; 方法or属性:TYPE_CONTINUOUS = 1 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:SourceType; 方法or属性:TYPE_TIMER = 2 |
@ohos.notificationManager.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback<void>): void; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback<void>): void; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise<void>; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback<void>): void; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function unsubscribe(subscriber: NotificationSubscriber): Promise<void>; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason, callback: AsyncCallback<void>): void; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function remove(bundle: BundleOption, notificationKey: NotificationKey, reason: RemoveReason): Promise<void>; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback<void>): void; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function remove(hashCode: string, reason: RemoveReason): Promise<void>; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function removeAll(bundle: BundleOption, callback: AsyncCallback<void>): void; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function removeAll(callback: AsyncCallback<void>): void; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function removeAll(userId: number, callback: AsyncCallback<void>): void; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function removeAll(userId: number): Promise<void>; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:function removeAll(bundle?: BundleOption): Promise<void>; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:export type BundleOption = _BundleOption |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:export type NotificationSubscribeInfo = _NotificationSubscribeInfo |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:export type NotificationSubscriber = _NotificationSubscriber |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:export type SubscribeCallbackData = _SubscribeCallbackData |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:notificationSubscribe; 方法or属性:export type EnabledNotificationCallbackData = _EnabledNotificationCallbackData |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:NotificationKey; 方法or属性:id: number; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:NotificationKey; 方法or属性:label?: string; |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:RemoveReason; 方法or属性:CLICK_REASON_REMOVE = 1 |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:RemoveReason; 方法or属性:CANCEL_REASON_REMOVE = 2 |
@ohos.notificationSubscribe.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number>): void; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function publishReminder(reminderReq: ReminderRequest): Promise<number>; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function cancelReminder(reminderId: number, callback: AsyncCallback<void>): void; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function cancelReminder(reminderId: number): Promise<void>; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>): void; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function getValidReminders(): Promise<Array<ReminderRequest>>; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function cancelAllReminders(callback: AsyncCallback<void>): void; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function cancelAllReminders(): Promise<void>; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function addNotificationSlot(slot: NotificationSlot): Promise<void>; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback<void>): void; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:reminderAgentManager; 方法or属性:function removeNotificationSlot(slotType: notification.SlotType): Promise<void>; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ActionButtonType; 方法or属性:ACTION_BUTTON_TYPE_CLOSE = 0 |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ActionButtonType; 方法or属性:ACTION_BUTTON_TYPE_SNOOZE = 1 |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderType; 方法or属性:REMINDER_TYPE_TIMER = 0 |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderType; 方法or属性:REMINDER_TYPE_CALENDAR = 1 |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderType; 方法or属性:REMINDER_TYPE_ALARM = 2 |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ActionButton; 方法or属性:title: string; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ActionButton; 方法or属性:type: ActionButtonType; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:WantAgent; 方法or属性:pkgName: string; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:MaxScreenWantAgent; 方法or属性:pkgName: string; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:WantAgent; 方法or属性:abilityName: string; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:MaxScreenWantAgent; 方法or属性:abilityName: string; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:reminderType: ReminderType; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:actionButton?: [ActionButton?, ActionButton?]; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:wantAgent?: WantAgent; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:maxScreenWantAgent?: MaxScreenWantAgent; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:ringDuration?: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:snoozeTimes?: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:timeInterval?: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:title?: string; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:content?: string; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:expiredContent?: string; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:snoozeContent?: string; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:notificationId?: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequest; 方法or属性:slotType?: notification.SlotType; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequestCalendar; 方法or属性:dateTime: LocalDateTime; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequestCalendar; 方法or属性:repeatMonths?: Array<number>; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequestCalendar; 方法or属性:repeatDays?: Array<number>; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequestAlarm; 方法or属性:hour: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:LocalDateTime; 方法or属性:hour: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequestAlarm; 方法or属性:minute: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:LocalDateTime; 方法or属性:minute: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequestAlarm; 方法or属性:daysOfWeek?: Array<number>; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:ReminderRequestTimer; 方法or属性:triggerTimeInSeconds: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:LocalDateTime; 方法or属性:year: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:LocalDateTime; 方法or属性:month: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:LocalDateTime; 方法or属性:day: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:LocalDateTime; 方法or属性:second?: number; |
@ohos.reminderAgentManager.d.ts |
新增 | NA | 类名:CommonEventSubscriber; 方法or属性:finishCommonEvent(callback: AsyncCallback<void>): void; |
commonEventSubscriber.d.ts |
新增 | NA | 类名:CommonEventSubscriber; 方法or属性:finishCommonEvent(): Promise<void>; |
commonEventSubscriber.d.ts |
新增 | NA | 类名:BundleOption; 方法or属性:bundle: string; |
NotificationCommonDef.d.ts |
新增 | NA | 类名:BundleOption; 方法or属性:uid?: number; |
NotificationCommonDef.d.ts |
新增 | NA | 类名:NotificationRequest; 方法or属性:removalWantAgent?: WantAgent; |
notificationRequest.d.ts |
新增 | NA | 类名:NotificationRequest; 方法or属性:badgeNumber?: number; |
notificationRequest.d.ts |
新增 | NA | 类名:NotificationSlot; 方法or属性:readonly enabled?: boolean; |
notificationSlot.d.ts |
废弃版本有变化 | 类名:commonEvent; 方法or属性:declare commonEvent 旧版本信息: |
类名:commonEvent; 方法or属性:declare commonEvent 新版本信息:9 代替接口: ohos.commonEventManager |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:commonEvent; 方法or属性:function publish(event: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:commonEvent; 方法or属性:function publish(event: string, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.commonEventManager.publish |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:commonEvent; 方法or属性:function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:commonEvent; 方法or属性:function publish(event: string, options: CommonEventPublishData, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.commonEventManager.publish |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:commonEvent; 方法or属性:function publishAsUser(event: string, userId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:commonEvent; 方法or属性:function publishAsUser(event: string, userId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.commonEventManager.publishAsUser |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:commonEvent; 方法or属性:function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:commonEvent; 方法or属性:function publishAsUser(event: string, userId: number, options: CommonEventPublishData, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.commonEventManager.publishAsUser |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:commonEvent; 方法or属性:function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback<CommonEventSubscriber>): void; 旧版本信息: |
类名:commonEvent; 方法or属性:function createSubscriber(subscribeInfo: CommonEventSubscribeInfo, callback: AsyncCallback<CommonEventSubscriber>): void; 新版本信息:9 代替接口: ohos.commonEventManager.createSubscriber |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:commonEvent; 方法or属性:function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise<CommonEventSubscriber>; 旧版本信息: |
类名:commonEvent; 方法or属性:function createSubscriber(subscribeInfo: CommonEventSubscribeInfo): Promise<CommonEventSubscriber>; 新版本信息:9 代替接口: ohos.commonEventManager.createSubscriber |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:commonEvent; 方法or属性:function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback<CommonEventData>): void; 旧版本信息: |
类名:commonEvent; 方法or属性:function subscribe(subscriber: CommonEventSubscriber, callback: AsyncCallback<CommonEventData>): void; 新版本信息:9 代替接口: ohos.commonEventManager.subscribe |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:commonEvent; 方法or属性:function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback<void>): void; 旧版本信息: |
类名:commonEvent; 方法or属性:function unsubscribe(subscriber: CommonEventSubscriber, callback?: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.commonEventManager.unsubscribe |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:export enum Support 旧版本信息: |
类名:Support; 方法or属性:export enum Support 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BOOT_COMPLETED = “usual.event.BOOT_COMPLETED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BOOT_COMPLETED = “usual.event.BOOT_COMPLETED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_LOCKED_BOOT_COMPLETED = “usual.event.LOCKED_BOOT_COMPLETED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_LOCKED_BOOT_COMPLETED = “usual.event.LOCKED_BOOT_COMPLETED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_SHUTDOWN = “usual.event.SHUTDOWN” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_SHUTDOWN = “usual.event.SHUTDOWN” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BATTERY_CHANGED = “usual.event.BATTERY_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BATTERY_CHANGED = “usual.event.BATTERY_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BATTERY_LOW = “usual.event.BATTERY_LOW” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BATTERY_LOW = “usual.event.BATTERY_LOW” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BATTERY_OKAY = “usual.event.BATTERY_OKAY” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BATTERY_OKAY = “usual.event.BATTERY_OKAY” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_POWER_CONNECTED = “usual.event.POWER_CONNECTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_POWER_CONNECTED = “usual.event.POWER_CONNECTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_POWER_DISCONNECTED = “usual.event.POWER_DISCONNECTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_POWER_DISCONNECTED = “usual.event.POWER_DISCONNECTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_SCREEN_OFF = “usual.event.SCREEN_OFF” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_SCREEN_OFF = “usual.event.SCREEN_OFF” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_SCREEN_ON = “usual.event.SCREEN_ON” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_SCREEN_ON = “usual.event.SCREEN_ON” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_THERMAL_LEVEL_CHANGED = “usual.event.THERMAL_LEVEL_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_THERMAL_LEVEL_CHANGED = “usual.event.THERMAL_LEVEL_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_PRESENT = “usual.event.USER_PRESENT” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_PRESENT = “usual.event.USER_PRESENT” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_TIME_TICK = “usual.event.TIME_TICK” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_TIME_TICK = “usual.event.TIME_TICK” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_TIME_CHANGED = “usual.event.TIME_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_TIME_CHANGED = “usual.event.TIME_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DATE_CHANGED = “usual.event.DATE_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DATE_CHANGED = “usual.event.DATE_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_TIMEZONE_CHANGED = “usual.event.TIMEZONE_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_TIMEZONE_CHANGED = “usual.event.TIMEZONE_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_CLOSE_SYSTEM_DIALOGS = “usual.event.CLOSE_SYSTEM_DIALOGS” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_CLOSE_SYSTEM_DIALOGS = “usual.event.CLOSE_SYSTEM_DIALOGS” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_ADDED = “usual.event.PACKAGE_ADDED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_ADDED = “usual.event.PACKAGE_ADDED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_REPLACED = “usual.event.PACKAGE_REPLACED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_REPLACED = “usual.event.PACKAGE_REPLACED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_MY_PACKAGE_REPLACED = “usual.event.MY_PACKAGE_REPLACED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_MY_PACKAGE_REPLACED = “usual.event.MY_PACKAGE_REPLACED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_REMOVED = “usual.event.PACKAGE_REMOVED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_REMOVED = “usual.event.PACKAGE_REMOVED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BUNDLE_REMOVED = “usual.event.BUNDLE_REMOVED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BUNDLE_REMOVED = “usual.event.BUNDLE_REMOVED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_FULLY_REMOVED = “usual.event.PACKAGE_FULLY_REMOVED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_FULLY_REMOVED = “usual.event.PACKAGE_FULLY_REMOVED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_CHANGED = “usual.event.PACKAGE_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_CHANGED = “usual.event.PACKAGE_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_RESTARTED = “usual.event.PACKAGE_RESTARTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_RESTARTED = “usual.event.PACKAGE_RESTARTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_DATA_CLEARED = “usual.event.PACKAGE_DATA_CLEARED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_DATA_CLEARED = “usual.event.PACKAGE_DATA_CLEARED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGES_SUSPENDED = “usual.event.PACKAGES_SUSPENDED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGES_SUSPENDED = “usual.event.PACKAGES_SUSPENDED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGES_UNSUSPENDED = “usual.event.PACKAGES_UNSUSPENDED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGES_UNSUSPENDED = “usual.event.PACKAGES_UNSUSPENDED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_MY_PACKAGE_SUSPENDED = “usual.event.MY_PACKAGE_SUSPENDED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_MY_PACKAGE_SUSPENDED = “usual.event.MY_PACKAGE_SUSPENDED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_MY_PACKAGE_UNSUSPENDED = “usual.event.MY_PACKAGE_UNSUSPENDED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_MY_PACKAGE_UNSUSPENDED = “usual.event.MY_PACKAGE_UNSUSPENDED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_UID_REMOVED = “usual.event.UID_REMOVED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_UID_REMOVED = “usual.event.UID_REMOVED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_FIRST_LAUNCH = “usual.event.PACKAGE_FIRST_LAUNCH” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_FIRST_LAUNCH = “usual.event.PACKAGE_FIRST_LAUNCH” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_NEEDS_VERIFICATION = “usual.event.PACKAGE_NEEDS_VERIFICATION” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_NEEDS_VERIFICATION = “usual.event.PACKAGE_NEEDS_VERIFICATION” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_VERIFIED = “usual.event.PACKAGE_VERIFIED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_PACKAGE_VERIFIED = “usual.event.PACKAGE_VERIFIED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_EXTERNAL_APPLICATIONS_AVAILABLE = “usual.event.EXTERNAL_APPLICATIONS_AVAILABLE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_EXTERNAL_APPLICATIONS_AVAILABLE = “usual.event.EXTERNAL_APPLICATIONS_AVAILABLE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_EXTERNAL_APPLICATIONS_UNAVAILABLE = “usual.event.EXTERNAL_APPLICATIONS_UNAVAILABLE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_EXTERNAL_APPLICATIONS_UNAVAILABLE = “usual.event.EXTERNAL_APPLICATIONS_UNAVAILABLE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_CONFIGURATION_CHANGED = “usual.event.CONFIGURATION_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_CONFIGURATION_CHANGED = “usual.event.CONFIGURATION_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_LOCALE_CHANGED = “usual.event.LOCALE_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_LOCALE_CHANGED = “usual.event.LOCALE_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_MANAGE_PACKAGE_STORAGE = “usual.event.MANAGE_PACKAGE_STORAGE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_MANAGE_PACKAGE_STORAGE = “usual.event.MANAGE_PACKAGE_STORAGE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DRIVE_MODE = “common.event.DRIVE_MODE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DRIVE_MODE = “common.event.DRIVE_MODE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_HOME_MODE = “common.event.HOME_MODE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_HOME_MODE = “common.event.HOME_MODE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_OFFICE_MODE = “common.event.OFFICE_MODE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_OFFICE_MODE = “common.event.OFFICE_MODE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_STARTED = “usual.event.USER_STARTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_STARTED = “usual.event.USER_STARTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_BACKGROUND = “usual.event.USER_BACKGROUND” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_BACKGROUND = “usual.event.USER_BACKGROUND” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_FOREGROUND = “usual.event.USER_FOREGROUND” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_FOREGROUND = “usual.event.USER_FOREGROUND” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_SWITCHED = “usual.event.USER_SWITCHED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_SWITCHED = “usual.event.USER_SWITCHED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_STARTING = “usual.event.USER_STARTING” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_STARTING = “usual.event.USER_STARTING” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_UNLOCKED = “usual.event.USER_UNLOCKED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_UNLOCKED = “usual.event.USER_UNLOCKED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_STOPPING = “usual.event.USER_STOPPING” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_STOPPING = “usual.event.USER_STOPPING” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_STOPPED = “usual.event.USER_STOPPED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_STOPPED = “usual.event.USER_STOPPED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_HWID_LOGIN = “common.event.HWID_LOGIN” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_HWID_LOGIN = “common.event.HWID_LOGIN” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_HWID_LOGOUT = “common.event.HWID_LOGOUT” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_HWID_LOGOUT = “common.event.HWID_LOGOUT” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_HWID_TOKEN_INVALID = “common.event.HWID_TOKEN_INVALID” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_HWID_TOKEN_INVALID = “common.event.HWID_TOKEN_INVALID” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_HWID_LOGOFF = “common.event.HWID_LOGOFF” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_HWID_LOGOFF = “common.event.HWID_LOGOFF” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_POWER_STATE = “usual.event.wifi.POWER_STATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_POWER_STATE = “usual.event.wifi.POWER_STATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_SCAN_FINISHED = “usual.event.wifi.SCAN_FINISHED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_SCAN_FINISHED = “usual.event.wifi.SCAN_FINISHED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_RSSI_VALUE = “usual.event.wifi.RSSI_VALUE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_RSSI_VALUE = “usual.event.wifi.RSSI_VALUE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_CONN_STATE = “usual.event.wifi.CONN_STATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_CONN_STATE = “usual.event.wifi.CONN_STATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_HOTSPOT_STATE = “usual.event.wifi.HOTSPOT_STATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_HOTSPOT_STATE = “usual.event.wifi.HOTSPOT_STATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_AP_STA_JOIN = “usual.event.wifi.WIFI_HS_STA_JOIN” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_AP_STA_JOIN = “usual.event.wifi.WIFI_HS_STA_JOIN” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_AP_STA_LEAVE = “usual.event.wifi.WIFI_HS_STA_LEAVE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_AP_STA_LEAVE = “usual.event.wifi.WIFI_HS_STA_LEAVE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_MPLINK_STATE_CHANGE = “usual.event.wifi.mplink.STATE_CHANGE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_MPLINK_STATE_CHANGE = “usual.event.wifi.mplink.STATE_CHANGE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_CONN_STATE = “usual.event.wifi.p2p.CONN_STATE_CHANGE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_CONN_STATE = “usual.event.wifi.p2p.CONN_STATE_CHANGE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_STATE_CHANGED = “usual.event.wifi.p2p.STATE_CHANGE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_STATE_CHANGED = “usual.event.wifi.p2p.STATE_CHANGE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_PEERS_STATE_CHANGED = “usual.event.wifi.p2p.DEVICES_CHANGE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_PEERS_STATE_CHANGED = “usual.event.wifi.p2p.DEVICES_CHANGE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_PEERS_DISCOVERY_STATE_CHANGED = “usual.event.wifi.p2p.PEER_DISCOVERY_STATE_CHANGE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_PEERS_DISCOVERY_STATE_CHANGED = “usual.event.wifi.p2p.PEER_DISCOVERY_STATE_CHANGE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_CURRENT_DEVICE_STATE_CHANGED = “usual.event.wifi.p2p.CURRENT_DEVICE_CHANGE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_CURRENT_DEVICE_STATE_CHANGED = “usual.event.wifi.p2p.CURRENT_DEVICE_CHANGE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_GROUP_STATE_CHANGED = “usual.event.wifi.p2p.GROUP_STATE_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_WIFI_P2P_GROUP_STATE_CHANGED = “usual.event.wifi.p2p.GROUP_STATE_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE = “usual.event.bluetooth.handsfree.ag.CONNECT_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CONNECT_STATE_UPDATE = “usual.event.bluetooth.handsfree.ag.CONNECT_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE = “usual.event.bluetooth.handsfree.ag.CURRENT_DEVICE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_CURRENT_DEVICE_UPDATE = “usual.event.bluetooth.handsfree.ag.CURRENT_DEVICE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE = “usual.event.bluetooth.handsfree.ag.AUDIO_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREE_AG_AUDIO_STATE_UPDATE = “usual.event.bluetooth.handsfree.ag.AUDIO_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE = “usual.event.bluetooth.a2dpsource.CONNECT_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CONNECT_STATE_UPDATE = “usual.event.bluetooth.a2dpsource.CONNECT_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE = “usual.event.bluetooth.a2dpsource.CURRENT_DEVICE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CURRENT_DEVICE_UPDATE = “usual.event.bluetooth.a2dpsource.CURRENT_DEVICE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE = “usual.event.bluetooth.a2dpsource.PLAYING_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_PLAYING_STATE_UPDATE = “usual.event.bluetooth.a2dpsource.PLAYING_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE = “usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_AVRCP_CONNECT_STATE_UPDATE = “usual.event.bluetooth.a2dpsource.AVRCP_CONNECT_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE = “usual.event.bluetooth.a2dpsource.CODEC_VALUE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSOURCE_CODEC_VALUE_UPDATE = “usual.event.bluetooth.a2dpsource.CODEC_VALUE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED = “usual.event.bluetooth.remotedevice.DISCOVERED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_DISCOVERED = “usual.event.bluetooth.remotedevice.DISCOVERED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE = “usual.event.bluetooth.remotedevice.CLASS_VALUE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CLASS_VALUE_UPDATE = “usual.event.bluetooth.remotedevice.CLASS_VALUE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED = “usual.event.bluetooth.remotedevice.ACL_CONNECTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_CONNECTED = “usual.event.bluetooth.remotedevice.ACL_CONNECTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED = “usual.event.bluetooth.remotedevice.ACL_DISCONNECTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_ACL_DISCONNECTED = “usual.event.bluetooth.remotedevice.ACL_DISCONNECTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE = “usual.event.bluetooth.remotedevice.NAME_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_NAME_UPDATE = “usual.event.bluetooth.remotedevice.NAME_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE = “usual.event.bluetooth.remotedevice.PAIR_STATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIR_STATE = “usual.event.bluetooth.remotedevice.PAIR_STATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE = “usual.event.bluetooth.remotedevice.BATTERY_VALUE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_BATTERY_VALUE_UPDATE = “usual.event.bluetooth.remotedevice.BATTERY_VALUE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT = “usual.event.bluetooth.remotedevice.SDP_RESULT” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_SDP_RESULT = “usual.event.bluetooth.remotedevice.SDP_RESULT” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE = “usual.event.bluetooth.remotedevice.UUID_VALUE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_UUID_VALUE = “usual.event.bluetooth.remotedevice.UUID_VALUE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ = “usual.event.bluetooth.remotedevice.PAIRING_REQ” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_REQ = “usual.event.bluetooth.remotedevice.PAIRING_REQ” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL = “usual.event.bluetooth.remotedevice.PAIRING_CANCEL” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_PAIRING_CANCEL = “usual.event.bluetooth.remotedevice.PAIRING_CANCEL” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ = “usual.event.bluetooth.remotedevice.CONNECT_REQ” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REQ = “usual.event.bluetooth.remotedevice.CONNECT_REQ” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY = “usual.event.bluetooth.remotedevice.CONNECT_REPLY” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_REPLY = “usual.event.bluetooth.remotedevice.CONNECT_REPLY” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL = “usual.event.bluetooth.remotedevice.CONNECT_CANCEL” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_REMOTEDEVICE_CONNECT_CANCEL = “usual.event.bluetooth.remotedevice.CONNECT_CANCEL” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE = “usual.event.bluetooth.handsfreeunit.CONNECT_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_CONNECT_STATE_UPDATE = “usual.event.bluetooth.handsfreeunit.CONNECT_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE = “usual.event.bluetooth.handsfreeunit.AUDIO_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AUDIO_STATE_UPDATE = “usual.event.bluetooth.handsfreeunit.AUDIO_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT = “usual.event.bluetooth.handsfreeunit.AG_COMMON_EVENT” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_COMMON_EVENT = “usual.event.bluetooth.handsfreeunit.AG_COMMON_EVENT” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE = “usual.event.bluetooth.handsfreeunit.AG_CALL_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HANDSFREEUNIT_AG_CALL_STATE_UPDATE = “usual.event.bluetooth.handsfreeunit.AG_CALL_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE = “usual.event.bluetooth.host.STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_STATE_UPDATE = “usual.event.bluetooth.host.STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE = “usual.event.bluetooth.host.REQ_DISCOVERABLE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISCOVERABLE = “usual.event.bluetooth.host.REQ_DISCOVERABLE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE = “usual.event.bluetooth.host.REQ_ENABLE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_REQ_ENABLE = “usual.event.bluetooth.host.REQ_ENABLE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE = “usual.event.bluetooth.host.REQ_DISABLE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_REQ_DISABLE = “usual.event.bluetooth.host.REQ_DISABLE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE = “usual.event.bluetooth.host.SCAN_MODE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_SCAN_MODE_UPDATE = “usual.event.bluetooth.host.SCAN_MODE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED = “usual.event.bluetooth.host.DISCOVERY_STARTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_STARTED = “usual.event.bluetooth.host.DISCOVERY_STARTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED = “usual.event.bluetooth.host.DISCOVERY_FINISHED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_DISCOVERY_FINISHED = “usual.event.bluetooth.host.DISCOVERY_FINISHED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE = “usual.event.bluetooth.host.NAME_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_HOST_NAME_UPDATE = “usual.event.bluetooth.host.NAME_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE = “usual.event.bluetooth.a2dpsink.CONNECT_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSINK_CONNECT_STATE_UPDATE = “usual.event.bluetooth.a2dpsink.CONNECT_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE = “usual.event.bluetooth.a2dpsink.PLAYING_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSINK_PLAYING_STATE_UPDATE = “usual.event.bluetooth.a2dpsink.PLAYING_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE = “usual.event.bluetooth.a2dpsink.AUDIO_STATE_UPDATE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_BLUETOOTH_A2DPSINK_AUDIO_STATE_UPDATE = “usual.event.bluetooth.a2dpsink.AUDIO_STATE_UPDATE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_NFC_ACTION_ADAPTER_STATE_CHANGED = “usual.event.nfc.action.ADAPTER_STATE_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_NFC_ACTION_ADAPTER_STATE_CHANGED = “usual.event.nfc.action.ADAPTER_STATE_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_NFC_ACTION_RF_FIELD_ON_DETECTED = “usual.event.nfc.action.RF_FIELD_ON_DETECTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_NFC_ACTION_RF_FIELD_ON_DETECTED = “usual.event.nfc.action.RF_FIELD_ON_DETECTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_NFC_ACTION_RF_FIELD_OFF_DETECTED = “usual.event.nfc.action.RF_FIELD_OFF_DETECTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_NFC_ACTION_RF_FIELD_OFF_DETECTED = “usual.event.nfc.action.RF_FIELD_OFF_DETECTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DISCHARGING = “usual.event.DISCHARGING” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DISCHARGING = “usual.event.DISCHARGING” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_CHARGING = “usual.event.CHARGING” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_CHARGING = “usual.event.CHARGING” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED = “usual.event.DEVICE_IDLE_MODE_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED = “usual.event.DEVICE_IDLE_MODE_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_POWER_SAVE_MODE_CHANGED = “usual.event.POWER_SAVE_MODE_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_POWER_SAVE_MODE_CHANGED = “usual.event.POWER_SAVE_MODE_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_ADDED = “usual.event.USER_ADDED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_ADDED = “usual.event.USER_ADDED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USER_REMOVED = “usual.event.USER_REMOVED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USER_REMOVED = “usual.event.USER_REMOVED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_ABILITY_ADDED = “common.event.ABILITY_ADDED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_ABILITY_ADDED = “common.event.ABILITY_ADDED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_ABILITY_REMOVED = “common.event.ABILITY_REMOVED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_ABILITY_REMOVED = “common.event.ABILITY_REMOVED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_ABILITY_UPDATED = “common.event.ABILITY_UPDATED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_ABILITY_UPDATED = “common.event.ABILITY_UPDATED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_LOCATION_MODE_STATE_CHANGED = “usual.event.location.MODE_STATE_CHANGED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_LOCATION_MODE_STATE_CHANGED = “usual.event.location.MODE_STATE_CHANGED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_SLEEP = “common.event.IVI_SLEEP” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_SLEEP = “common.event.IVI_SLEEP” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_PAUSE = “common.event.IVI_PAUSE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_PAUSE = “common.event.IVI_PAUSE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_STANDBY = “common.event.IVI_STANDBY” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_STANDBY = “common.event.IVI_STANDBY” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_LASTMODE_SAVE = “common.event.IVI_LASTMODE_SAVE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_LASTMODE_SAVE = “common.event.IVI_LASTMODE_SAVE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_VOLTAGE_ABNORMAL = “common.event.IVI_VOLTAGE_ABNORMAL” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_VOLTAGE_ABNORMAL = “common.event.IVI_VOLTAGE_ABNORMAL” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_HIGH_TEMPERATURE = “common.event.IVI_HIGH_TEMPERATURE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_HIGH_TEMPERATURE = “common.event.IVI_HIGH_TEMPERATURE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_EXTREME_TEMPERATURE = “common.event.IVI_EXTREME_TEMPERATURE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_EXTREME_TEMPERATURE = “common.event.IVI_EXTREME_TEMPERATURE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_TEMPERATURE_ABNORMAL = “common.event.IVI_TEMPERATURE_ABNORMAL” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_TEMPERATURE_ABNORMAL = “common.event.IVI_TEMPERATURE_ABNORMAL” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_VOLTAGE_RECOVERY = “common.event.IVI_VOLTAGE_RECOVERY” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_VOLTAGE_RECOVERY = “common.event.IVI_VOLTAGE_RECOVERY” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_TEMPERATURE_RECOVERY = “common.event.IVI_TEMPERATURE_RECOVERY” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_TEMPERATURE_RECOVERY = “common.event.IVI_TEMPERATURE_RECOVERY” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_IVI_ACTIVE = “common.event.IVI_ACTIVE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_IVI_ACTIVE = “common.event.IVI_ACTIVE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USB_DEVICE_ATTACHED = “usual.event.hardware.usb.action.USB_DEVICE_ATTACHED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USB_DEVICE_ATTACHED = “usual.event.hardware.usb.action.USB_DEVICE_ATTACHED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USB_DEVICE_DETACHED = “usual.event.hardware.usb.action.USB_DEVICE_DETACHED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USB_DEVICE_DETACHED = “usual.event.hardware.usb.action.USB_DEVICE_DETACHED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USB_ACCESSORY_ATTACHED = “usual.event.hardware.usb.action.USB_ACCESSORY_ATTACHED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USB_ACCESSORY_ATTACHED = “usual.event.hardware.usb.action.USB_ACCESSORY_ATTACHED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_USB_ACCESSORY_DETACHED = “usual.event.hardware.usb.action.USB_ACCESSORY_DETACHED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_USB_ACCESSORY_DETACHED = “usual.event.hardware.usb.action.USB_ACCESSORY_DETACHED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DISK_REMOVED = “usual.event.data.DISK_REMOVED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DISK_REMOVED = “usual.event.data.DISK_REMOVED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DISK_UNMOUNTED = “usual.event.data.DISK_UNMOUNTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DISK_UNMOUNTED = “usual.event.data.DISK_UNMOUNTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DISK_MOUNTED = “usual.event.data.DISK_MOUNTED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DISK_MOUNTED = “usual.event.data.DISK_MOUNTED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DISK_BAD_REMOVAL = “usual.event.data.DISK_BAD_REMOVAL” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DISK_BAD_REMOVAL = “usual.event.data.DISK_BAD_REMOVAL” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DISK_UNMOUNTABLE = “usual.event.data.DISK_UNMOUNTABLE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DISK_UNMOUNTABLE = “usual.event.data.DISK_UNMOUNTABLE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_DISK_EJECT = “usual.event.data.DISK_EJECT” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_DISK_EJECT = “usual.event.data.DISK_EJECT” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED = “usual.event.data.VISIBLE_ACCOUNTS_UPDATED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED = “usual.event.data.VISIBLE_ACCOUNTS_UPDATED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_ACCOUNT_DELETED = “usual.event.data.ACCOUNT_DELETED” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_ACCOUNT_DELETED = “usual.event.data.ACCOUNT_DELETED” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_FOUNDATION_READY = “common.event.FOUNDATION_READY” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_FOUNDATION_READY = “common.event.FOUNDATION_READY” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_AIRPLANE_MODE_CHANGED = “usual.event.AIRPLANE_MODE” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_AIRPLANE_MODE_CHANGED = “usual.event.AIRPLANE_MODE” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:Support; 方法or属性:COMMON_EVENT_SPLIT_SCREEN = “common.event.SPLIT_SCREEN” 旧版本信息: |
类名:Support; 方法or属性:COMMON_EVENT_SPLIT_SCREEN = “common.event.SPLIT_SCREEN” 新版本信息:9 代替接口: ohos.commonEventManager.Support |
@ohos.commonEvent.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:declare notification 旧版本信息: |
类名:notification; 方法or属性:declare notification 新版本信息:9 代替接口: ohos.notificationManager |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function publish(request: NotificationRequest, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function publish(request: NotificationRequest, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.publish |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function publish(request: NotificationRequest): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function publish(request: NotificationRequest): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.publish |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function publish(request: NotificationRequest, userId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function publish(request: NotificationRequest, userId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.publish |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function publish(request: NotificationRequest, userId: number): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function publish(request: NotificationRequest, userId: number): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.publish |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function cancel(id: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function cancel(id: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.cancel |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function cancel(id: number, label: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function cancel(id: number, label: string, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.cancel |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function cancel(id: number, label?: string): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function cancel(id: number, label?: string): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.cancel |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function cancelAll(callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function cancelAll(callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.cancelAll |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function cancelAll(): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function cancelAll(): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.cancelAll |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function addSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function addSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.addSlot |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function addSlot(slot: NotificationSlot): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function addSlot(slot: NotificationSlot): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.addSlot |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function addSlot(type: SlotType, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function addSlot(type: SlotType, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.addSlot |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function addSlot(type: SlotType): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function addSlot(type: SlotType): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.addSlot |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function addSlots(slots: Array<NotificationSlot>, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function addSlots(slots: Array<NotificationSlot>, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.addSlots |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function addSlots(slots: Array<NotificationSlot>): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function addSlots(slots: Array<NotificationSlot>): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.addSlots |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getSlot(slotType: SlotType, callback: AsyncCallback<NotificationSlot>): void; 旧版本信息: |
类名:notification; 方法or属性:function getSlot(slotType: SlotType, callback: AsyncCallback<NotificationSlot>): void; 新版本信息:9 代替接口: ohos.notificationManager.getSlot |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getSlot(slotType: SlotType): Promise<NotificationSlot>; 旧版本信息: |
类名:notification; 方法or属性:function getSlot(slotType: SlotType): Promise<NotificationSlot>; 新版本信息:9 代替接口: ohos.notificationManager.getSlot |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getSlots(callback: AsyncCallback<Array<NotificationSlot>>): void; 旧版本信息: |
类名:notification; 方法or属性:function getSlots(callback: AsyncCallback<Array<NotificationSlot>>): void; 新版本信息:9 代替接口: ohos.notificationManager.getSlots |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getSlots(): Promise<Array<NotificationSlot>>; 旧版本信息: |
类名:notification; 方法or属性:function getSlots(): Promise<Array<NotificationSlot>>; 新版本信息:9 代替接口: ohos.notificationManager.getSlots |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeSlot(slotType: SlotType, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function removeSlot(slotType: SlotType, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.removeSlot |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeSlot(slotType: SlotType): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function removeSlot(slotType: SlotType): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.removeSlot |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeAllSlots(callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function removeAllSlots(callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.removeAllSlots |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeAllSlots(): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function removeAllSlots(): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.removeAllSlots |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationSubscribe.subscribe |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationSubscribe.subscribe |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): Promise<void>; 新版本信息:9 代替接口: ohos.notificationSubscribe.subscribe |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationSubscribe.unsubscribe |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function unsubscribe(subscriber: NotificationSubscriber): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function unsubscribe(subscriber: NotificationSubscriber): Promise<void>; 新版本信息:9 代替接口: ohos.notificationSubscribe.unsubscribe |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.setNotificationEnable |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function enableNotification(bundle: BundleOption, enable: boolean): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function enableNotification(bundle: BundleOption, enable: boolean): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.setNotificationEnable |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:notification; 方法or属性:function isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.notificationManager.isNotificationEnabled |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isNotificationEnabled(bundle: BundleOption): Promise<boolean>; 旧版本信息: |
类名:notification; 方法or属性:function isNotificationEnabled(bundle: BundleOption): Promise<boolean>; 新版本信息:9 代替接口: ohos.notificationManager.isNotificationEnabled |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isNotificationEnabled(callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:notification; 方法or属性:function isNotificationEnabled(callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.notificationManager.isNotificationEnabled |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isNotificationEnabled(): Promise<boolean>; 旧版本信息: |
类名:notification; 方法or属性:function isNotificationEnabled(): Promise<boolean>; 新版本信息:9 代替接口: ohos.notificationManager.isNotificationEnabled |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isNotificationEnabled(userId: number, callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:notification; 方法or属性:function isNotificationEnabled(userId: number, callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.notificationManager.isNotificationEnabled |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isNotificationEnabled(userId: number): Promise<boolean>; 旧版本信息: |
类名:notification; 方法or属性:function isNotificationEnabled(userId: number): Promise<boolean>; 新版本信息:9 代替接口: ohos.notificationManager.isNotificationEnabled |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.displayBadge |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function displayBadge(bundle: BundleOption, enable: boolean): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function displayBadge(bundle: BundleOption, enable: boolean): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.displayBadge |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:notification; 方法or属性:function isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.notificationManager.isBadgeDisplayed |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isBadgeDisplayed(bundle: BundleOption): Promise<boolean>; 旧版本信息: |
类名:notification; 方法or属性:function isBadgeDisplayed(bundle: BundleOption): Promise<boolean>; 新版本信息:9 代替接口: ohos.notificationManager.isBadgeDisplayed |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.setSlotByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.setSlotByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback<Array<NotificationSlot>>): void; 旧版本信息: |
类名:notification; 方法or属性:function getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback<Array<NotificationSlot>>): void; 新版本信息:9 代替接口: ohos.notificationManager.getSlotsByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getSlotsByBundle(bundle: BundleOption): Promise<Array<NotificationSlot>>; 旧版本信息: |
类名:notification; 方法or属性:function getSlotsByBundle(bundle: BundleOption): Promise<Array<NotificationSlot>>; 新版本信息:9 代替接口: ohos.notificationManager.getSlotsByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback<number>): void; 旧版本信息: |
类名:notification; 方法or属性:function getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback<number>): void; 新版本信息:9 代替接口: ohos.notificationManager.getSlotNumByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getSlotNumByBundle(bundle: BundleOption): Promise<number>; 旧版本信息: |
类名:notification; 方法or属性:function getSlotNumByBundle(bundle: BundleOption): Promise<number>; 新版本信息:9 代替接口: ohos.notificationManager.getSlotNumByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeAll(bundle: BundleOption, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function removeAll(bundle: BundleOption, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationSubscribe.removeAll |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeAll(callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function removeAll(callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationSubscribe.removeAll |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeAll(userId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function removeAll(userId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationSubscribe.removeAll |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeAll(userId: number): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function removeAll(userId: number): Promise<void>; 新版本信息:9 代替接口: ohos.notificationSubscribe.removeAll |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeAll(bundle?: BundleOption): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function removeAll(bundle?: BundleOption): Promise<void>; 新版本信息:9 代替接口: notificationSubscribe.removeAll |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getAllActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void; 旧版本信息: |
类名:notification; 方法or属性:function getAllActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void; 新版本信息:9 代替接口: ohos.notificationManager.getAllActiveNotifications |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getAllActiveNotifications(): Promise<Array<NotificationRequest>>; 旧版本信息: |
类名:notification; 方法or属性:function getAllActiveNotifications(): Promise<Array<NotificationRequest>>; 新版本信息:9 代替接口: ohos.notificationManager.getAllActiveNotifications |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getActiveNotificationCount(callback: AsyncCallback<number>): void; 旧版本信息: |
类名:notification; 方法or属性:function getActiveNotificationCount(callback: AsyncCallback<number>): void; 新版本信息:9 代替接口: ohos.notificationManager.getActiveNotificationCount |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getActiveNotificationCount(): Promise<number>; 旧版本信息: |
类名:notification; 方法or属性:function getActiveNotificationCount(): Promise<number>; 新版本信息:9 代替接口: ohos.notificationManager.getActiveNotificationCount |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void; 旧版本信息: |
类名:notification; 方法or属性:function getActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void; 新版本信息:9 代替接口: ohos.notificationManager.cancelGroup |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getActiveNotifications(): Promise<Array<NotificationRequest>>; 旧版本信息: |
类名:notification; 方法or属性:function getActiveNotifications(): Promise<Array<NotificationRequest>>; 新版本信息:9 代替接口: ohos.notificationManager.cancelGroup |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function cancelGroup(groupName: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function cancelGroup(groupName: string, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.cancelGroup |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function cancelGroup(groupName: string): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function cancelGroup(groupName: string): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.cancelGroup |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function removeGroupByBundle(bundle: BundleOption, groupName: string, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.removeGroupByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.removeGroupByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.setDoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.setDoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.setDoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.setDoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getDoNotDisturbDate(callback: AsyncCallback<DoNotDisturbDate>): void; 旧版本信息: |
类名:notification; 方法or属性:function getDoNotDisturbDate(callback: AsyncCallback<DoNotDisturbDate>): void; 新版本信息:9 代替接口: ohos.notificationManager.getDoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getDoNotDisturbDate(): Promise<DoNotDisturbDate>; 旧版本信息: |
类名:notification; 方法or属性:function getDoNotDisturbDate(): Promise<DoNotDisturbDate>; 新版本信息:9 代替接口: ohos.notificationManager.getDoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getDoNotDisturbDate(userId: number, callback: AsyncCallback<DoNotDisturbDate>): void; 旧版本信息: |
类名:notification; 方法or属性:function getDoNotDisturbDate(userId: number, callback: AsyncCallback<DoNotDisturbDate>): void; 新版本信息:9 代替接口: ohos.notificationManager.getDoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getDoNotDisturbDate(userId: number): Promise<DoNotDisturbDate>; 旧版本信息: |
类名:notification; 方法or属性:function getDoNotDisturbDate(userId: number): Promise<DoNotDisturbDate>; 新版本信息:9 代替接口: ohos.notificationManager.getDoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function supportDoNotDisturbMode(callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:notification; 方法or属性:function supportDoNotDisturbMode(callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.notificationManager.isSupportDoNotDisturbMode |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function supportDoNotDisturbMode(): Promise<boolean>; 旧版本信息: |
类名:notification; 方法or属性:function supportDoNotDisturbMode(): Promise<boolean>; 新版本信息:9 代替接口: ohos.notificationManager.isSupportDoNotDisturbMode |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isSupportTemplate(templateName: string, callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:notification; 方法or属性:function isSupportTemplate(templateName: string, callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.notificationManager.isSupportTemplate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isSupportTemplate(templateName: string): Promise<boolean>; 旧版本信息: |
类名:notification; 方法or属性:function isSupportTemplate(templateName: string): Promise<boolean>; 新版本信息:9 代替接口: ohos.notificationManager.isSupportTemplate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function requestEnableNotification(callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function requestEnableNotification(callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.requestEnableNotification |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function requestEnableNotification(): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function requestEnableNotification(): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.requestEnableNotification |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function enableDistributed(enable: boolean, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function enableDistributed(enable: boolean, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.setDistributedEnable |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function enableDistributed(enable: boolean): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function enableDistributed(enable: boolean): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.setDistributedEnable |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isDistributedEnabled(callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:notification; 方法or属性:function isDistributedEnabled(callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.notificationManager.isDistributedEnabled |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isDistributedEnabled(): Promise<boolean>; 旧版本信息: |
类名:notification; 方法or属性:function isDistributedEnabled(): Promise<boolean>; 新版本信息:9 代替接口: ohos.notificationManager.isDistributedEnabled |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:notification; 方法or属性:function enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: ohos.notificationManager.setDistributedEnableByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise<void>; 旧版本信息: |
类名:notification; 方法or属性:function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise<void>; 新版本信息:9 代替接口: ohos.notificationManager.setDistributedEnableByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback<boolean>): void; 旧版本信息: |
类名:notification; 方法or属性:function isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback<boolean>): void; 新版本信息:9 代替接口: ohos.notificationManager.isDistributedEnabledByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function isDistributedEnabledByBundle(bundle: BundleOption): Promise<boolean>; 旧版本信息: |
类名:notification; 方法or属性:function isDistributedEnabledByBundle(bundle: BundleOption): Promise<boolean>; 新版本信息:9 代替接口: ohos.notificationManager.isDistributedEnabledByBundle |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getDeviceRemindType(callback: AsyncCallback<DeviceRemindType>): void; 旧版本信息: |
类名:notification; 方法or属性:function getDeviceRemindType(callback: AsyncCallback<DeviceRemindType>): void; 新版本信息:9 代替接口: ohos.notificationManager.getDeviceRemindType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:notification; 方法or属性:function getDeviceRemindType(): Promise<DeviceRemindType>; 旧版本信息: |
类名:notification; 方法or属性:function getDeviceRemindType(): Promise<DeviceRemindType>; 新版本信息:9 代替接口: ohos.notificationManager.getDeviceRemindType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotType; 方法or属性:export enum SlotType 旧版本信息: |
类名:SlotType; 方法or属性:export enum SlotType 新版本信息:9 代替接口: ohos.notificationManager.SlotType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotType; 方法or属性:UNKNOWN_TYPE = 0 旧版本信息: |
类名:SlotType; 方法or属性:UNKNOWN_TYPE = 0 新版本信息:9 代替接口: ohos.notificationManager.SlotType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotType; 方法or属性:SOCIAL_COMMUNICATION = 1 旧版本信息: |
类名:SlotType; 方法or属性:SOCIAL_COMMUNICATION = 1 新版本信息:9 代替接口: ohos.notificationManager.SlotType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotType; 方法or属性:SERVICE_INFORMATION = 2 旧版本信息: |
类名:SlotType; 方法or属性:SERVICE_INFORMATION = 2 新版本信息:9 代替接口: ohos.notificationManager.SlotType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotType; 方法or属性:CONTENT_INFORMATION = 3 旧版本信息: |
类名:SlotType; 方法or属性:CONTENT_INFORMATION = 3 新版本信息:9 代替接口: ohos.notificationManager.SlotType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotType; 方法or属性:OTHER_TYPES = 0xFFFF 旧版本信息: |
类名:SlotType; 方法or属性:OTHER_TYPES = 0xFFFF 新版本信息:9 代替接口: ohos.notificationManager.SlotType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:ContentType; 方法or属性:export enum ContentType 旧版本信息: |
类名:ContentType; 方法or属性:export enum ContentType 新版本信息:9 代替接口: ohos.notificationManager.ContentType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_BASIC_TEXT 旧版本信息: |
类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_BASIC_TEXT 新版本信息:9 代替接口: ohos.notificationManager.ContentType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_LONG_TEXT 旧版本信息: |
类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_LONG_TEXT 新版本信息:9 代替接口: ohos.notificationManager.ContentType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_PICTURE 旧版本信息: |
类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_PICTURE 新版本信息:9 代替接口: ohos.notificationManager.ContentType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_CONVERSATION 旧版本信息: |
类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_CONVERSATION 新版本信息:9 代替接口: ohos.notificationManager.ContentType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_MULTILINE 旧版本信息: |
类名:ContentType; 方法or属性:NOTIFICATION_CONTENT_MULTILINE 新版本信息:9 代替接口: ohos.notificationManager.ContentType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotLevel; 方法or属性:export enum SlotLevel 旧版本信息: |
类名:SlotLevel; 方法or属性:export enum SlotLevel 新版本信息:9 代替接口: ohos.notificationManager.SlotLevel |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotLevel; 方法or属性:LEVEL_NONE = 0 旧版本信息: |
类名:SlotLevel; 方法or属性:LEVEL_NONE = 0 新版本信息:9 代替接口: ohos.notificationManager.SlotLevel |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotLevel; 方法or属性:LEVEL_MIN = 1 旧版本信息: |
类名:SlotLevel; 方法or属性:LEVEL_MIN = 1 新版本信息:9 代替接口: ohos.notificationManager.SlotLevel |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotLevel; 方法or属性:LEVEL_LOW = 2 旧版本信息: |
类名:SlotLevel; 方法or属性:LEVEL_LOW = 2 新版本信息:9 代替接口: ohos.notificationManager.SlotLevel |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotLevel; 方法or属性:LEVEL_DEFAULT = 3 旧版本信息: |
类名:SlotLevel; 方法or属性:LEVEL_DEFAULT = 3 新版本信息:9 代替接口: ohos.notificationManager.SlotLevel |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SlotLevel; 方法or属性:LEVEL_HIGH = 4 旧版本信息: |
类名:SlotLevel; 方法or属性:LEVEL_HIGH = 4 新版本信息:9 代替接口: ohos.notificationManager.SlotLevel |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:BundleOption; 方法or属性:export interface BundleOption 旧版本信息: |
类名:BundleOption; 方法or属性:export interface BundleOption 新版本信息:9 代替接口: ohos.notificationManager.BundleOption |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:BundleOption; 方法or属性:bundle: string; 旧版本信息: |
类名:BundleOption; 方法or属性:bundle: string; 新版本信息:9 代替接口: ohos.notificationManager.BundleOption |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:BundleOption; 方法or属性:uid?: number; 旧版本信息: |
类名:BundleOption; 方法or属性:uid?: number; 新版本信息:9 代替接口: ohos.notificationManager.BundleOption |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:NotificationKey; 方法or属性:export interface NotificationKey 旧版本信息: |
类名:NotificationKey; 方法or属性:export interface NotificationKey 新版本信息:9 代替接口: ohos.notificationManager.NotificationKey |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:NotificationKey; 方法or属性:id: number; 旧版本信息: |
类名:NotificationKey; 方法or属性:id: number; 新版本信息:9 代替接口: ohos.notificationManager.NotificationKey |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:NotificationKey; 方法or属性:label?: string; 旧版本信息: |
类名:NotificationKey; 方法or属性:label?: string; 新版本信息:9 代替接口: ohos.notificationManager.NotificationKey |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DoNotDisturbType; 方法or属性:export enum DoNotDisturbType 旧版本信息: |
类名:DoNotDisturbType; 方法or属性:export enum DoNotDisturbType 新版本信息:9 代替接口: ohos.notificationManager.DoNotDisturbType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DoNotDisturbType; 方法or属性:TYPE_NONE = 0 旧版本信息: |
类名:DoNotDisturbType; 方法or属性:TYPE_NONE = 0 新版本信息:9 代替接口: ohos.notificationManager.DoNotDisturbType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DoNotDisturbType; 方法or属性:TYPE_ONCE = 1 旧版本信息: |
类名:DoNotDisturbType; 方法or属性:TYPE_ONCE = 1 新版本信息:9 代替接口: ohos.notificationManager.DoNotDisturbType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DoNotDisturbType; 方法or属性:TYPE_DAILY = 2 旧版本信息: |
类名:DoNotDisturbType; 方法or属性:TYPE_DAILY = 2 新版本信息:9 代替接口: ohos.notificationManager.DoNotDisturbType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DoNotDisturbType; 方法or属性:TYPE_CLEARLY = 3 旧版本信息: |
类名:DoNotDisturbType; 方法or属性:TYPE_CLEARLY = 3 新版本信息:9 代替接口: ohos.notificationManager.DoNotDisturbType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DoNotDisturbDate; 方法or属性:export interface DoNotDisturbDate 旧版本信息: |
类名:DoNotDisturbDate; 方法or属性:export interface DoNotDisturbDate 新版本信息:9 代替接口: ohos.notificationManager.DoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DoNotDisturbDate; 方法or属性:type: DoNotDisturbType; 旧版本信息: |
类名:DoNotDisturbDate; 方法or属性:type: DoNotDisturbType; 新版本信息:9 代替接口: ohos.notificationManager.DoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DoNotDisturbDate; 方法or属性:begin: Date; 旧版本信息: |
类名:DoNotDisturbDate; 方法or属性:begin: Date; 新版本信息:9 代替接口: ohos.notificationManager.DoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DoNotDisturbDate; 方法or属性:end: Date; 旧版本信息: |
类名:DoNotDisturbDate; 方法or属性:end: Date; 新版本信息:9 代替接口: ohos.notificationManager.DoNotDisturbDate |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DeviceRemindType; 方法or属性:export enum DeviceRemindType 旧版本信息: |
类名:DeviceRemindType; 方法or属性:export enum DeviceRemindType 新版本信息:9 代替接口: ohos.notificationManager.DeviceRemindType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DeviceRemindType; 方法or属性:IDLE_DONOT_REMIND = 0 旧版本信息: |
类名:DeviceRemindType; 方法or属性:IDLE_DONOT_REMIND = 0 新版本信息:9 代替接口: ohos.notificationManager.DeviceRemindType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DeviceRemindType; 方法or属性:IDLE_REMIND = 1 旧版本信息: |
类名:DeviceRemindType; 方法or属性:IDLE_REMIND = 1 新版本信息:9 代替接口: ohos.notificationManager.DeviceRemindType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DeviceRemindType; 方法or属性:ACTIVE_DONOT_REMIND = 2 旧版本信息: |
类名:DeviceRemindType; 方法or属性:ACTIVE_DONOT_REMIND = 2 新版本信息:9 代替接口: ohos.notificationManager.DeviceRemindType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:DeviceRemindType; 方法or属性:ACTIVE_REMIND = 3 旧版本信息: |
类名:DeviceRemindType; 方法or属性:ACTIVE_REMIND = 3 新版本信息:9 代替接口: ohos.notificationManager.DeviceRemindType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SourceType; 方法or属性:export enum SourceType 旧版本信息: |
类名:SourceType; 方法or属性:export enum SourceType 新版本信息:9 代替接口: ohos.notificationManager.SourceType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SourceType; 方法or属性:TYPE_NORMAL = 0 旧版本信息: |
类名:SourceType; 方法or属性:TYPE_NORMAL = 0 新版本信息:9 代替接口: ohos.notificationManager.SourceType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SourceType; 方法or属性:TYPE_CONTINUOUS = 1 旧版本信息: |
类名:SourceType; 方法or属性:TYPE_CONTINUOUS = 1 新版本信息:9 代替接口: ohos.notificationManager.SourceType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:SourceType; 方法or属性:TYPE_TIMER = 2 旧版本信息: |
类名:SourceType; 方法or属性:TYPE_TIMER = 2 新版本信息:9 代替接口: ohos.notificationManager.SourceType |
@ohos.notification.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:declare reminderAgent 旧版本信息: |
类名:reminderAgent; 方法or属性:declare reminderAgent 新版本信息:9 代替接口: reminderAgentManager |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number>): void; 旧版本信息: |
类名:reminderAgent; 方法or属性:function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number>): void; 新版本信息:9 代替接口: reminderAgentManager.publishReminder |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function publishReminder(reminderReq: ReminderRequest): Promise<number>; 旧版本信息: |
类名:reminderAgent; 方法or属性:function publishReminder(reminderReq: ReminderRequest): Promise<number>; 新版本信息:9 代替接口: reminderAgentManager.publishReminder |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function cancelReminder(reminderId: number, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:reminderAgent; 方法or属性:function cancelReminder(reminderId: number, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: reminderAgentManager.cancelReminder |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function cancelReminder(reminderId: number): Promise<void>; 旧版本信息: |
类名:reminderAgent; 方法or属性:function cancelReminder(reminderId: number): Promise<void>; 新版本信息:9 代替接口: reminderAgentManager.cancelReminder |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>): void; 旧版本信息: |
类名:reminderAgent; 方法or属性:function getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>): void; 新版本信息:9 代替接口: reminderAgentManager.getValidReminders |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function getValidReminders(): Promise<Array<ReminderRequest>>; 旧版本信息: |
类名:reminderAgent; 方法or属性:function getValidReminders(): Promise<Array<ReminderRequest>>; 新版本信息:9 代替接口: reminderAgentManager.getValidReminders |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function cancelAllReminders(callback: AsyncCallback<void>): void; 旧版本信息: |
类名:reminderAgent; 方法or属性:function cancelAllReminders(callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: reminderAgentManager.cancelAllReminders |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function cancelAllReminders(): Promise<void>; 旧版本信息: |
类名:reminderAgent; 方法or属性:function cancelAllReminders(): Promise<void>; 新版本信息:9 代替接口: reminderAgentManager.cancelAllReminders |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:reminderAgent; 方法or属性:function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: reminderAgentManager.addNotificationSlot |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function addNotificationSlot(slot: NotificationSlot): Promise<void>; 旧版本信息: |
类名:reminderAgent; 方法or属性:function addNotificationSlot(slot: NotificationSlot): Promise<void>; 新版本信息:9 代替接口: reminderAgentManager.addNotificationSlot |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback<void>): void; 旧版本信息: |
类名:reminderAgent; 方法or属性:function removeNotificationSlot(slotType: notification.SlotType, callback: AsyncCallback<void>): void; 新版本信息:9 代替接口: reminderAgentManager.removeNotificationSlot |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:reminderAgent; 方法or属性:function removeNotificationSlot(slotType: notification.SlotType): Promise<void>; 旧版本信息: |
类名:reminderAgent; 方法or属性:function removeNotificationSlot(slotType: notification.SlotType): Promise<void>; 新版本信息:9 代替接口: reminderAgentManager.removeNotificationSlot |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ActionButtonType; 方法or属性:export enum ActionButtonType 旧版本信息: |
类名:ActionButtonType; 方法or属性:export enum ActionButtonType 新版本信息:9 代替接口: reminderAgentManager.ActionButtonType |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ActionButtonType; 方法or属性:ACTION_BUTTON_TYPE_CLOSE = 0 旧版本信息: |
类名:ActionButtonType; 方法or属性:ACTION_BUTTON_TYPE_CLOSE = 0 新版本信息:9 代替接口: reminderAgentManager.ActionButtonType.ACTION_BUTTON_TYPE_CLOSE |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ActionButtonType; 方法or属性:ACTION_BUTTON_TYPE_SNOOZE = 1 旧版本信息: |
类名:ActionButtonType; 方法or属性:ACTION_BUTTON_TYPE_SNOOZE = 1 新版本信息:9 代替接口: reminderAgentManager.ActionButtonType.ACTION_BUTTON_TYPE_SNOOZE |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderType; 方法or属性:export enum ReminderType 旧版本信息: |
类名:ReminderType; 方法or属性:export enum ReminderType 新版本信息:9 代替接口: reminderAgentManager.ReminderType |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderType; 方法or属性:REMINDER_TYPE_TIMER = 0 旧版本信息: |
类名:ReminderType; 方法or属性:REMINDER_TYPE_TIMER = 0 新版本信息:9 代替接口: reminderAgentManager.ReminderType.REMINDER_TYPE_TIMER |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderType; 方法or属性:REMINDER_TYPE_CALENDAR = 1 旧版本信息: |
类名:ReminderType; 方法or属性:REMINDER_TYPE_CALENDAR = 1 新版本信息:9 代替接口: reminderAgentManager.ReminderType.REMINDER_TYPE_CALENDAR |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderType; 方法or属性:REMINDER_TYPE_ALARM = 2 旧版本信息: |
类名:ReminderType; 方法or属性:REMINDER_TYPE_ALARM = 2 新版本信息:9 代替接口: reminderAgentManager.ReminderType.REMINDER_TYPE_ALARM |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ActionButton; 方法or属性:interface ActionButton 旧版本信息: |
类名:ActionButton; 方法or属性:interface ActionButton 新版本信息:9 代替接口: reminderAgentManager.ActionButton |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ActionButton; 方法or属性:title: string; 旧版本信息: |
类名:ActionButton; 方法or属性:title: string; 新版本信息:9 代替接口: reminderAgentManager.ActionButton.title |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ActionButton; 方法or属性:type: ActionButtonType; 旧版本信息: |
类名:ActionButton; 方法or属性:type: ActionButtonType; 新版本信息:9 代替接口: reminderAgentManager.ActionButton.type |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:WantAgent; 方法or属性:interface WantAgent 旧版本信息: |
类名:WantAgent; 方法or属性:interface WantAgent 新版本信息:9 代替接口: reminderAgentManager.WantAgent |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:WantAgent; 方法or属性:pkgName: string; 旧版本信息: |
类名:WantAgent; 方法or属性:pkgName: string; 新版本信息:9 代替接口: reminderAgentManager.WantAgent.pkgName |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:MaxScreenWantAgent; 方法or属性:pkgName: string; 旧版本信息: |
类名:MaxScreenWantAgent; 方法or属性:pkgName: string; 新版本信息:9 代替接口: reminderAgentManager.MaxScreenWantAgent.pkgName |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:WantAgent; 方法or属性:abilityName: string; 旧版本信息: |
类名:WantAgent; 方法or属性:abilityName: string; 新版本信息:9 代替接口: reminderAgentManager.WantAgent.abilityName |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:MaxScreenWantAgent; 方法or属性:abilityName: string; 旧版本信息: |
类名:MaxScreenWantAgent; 方法or属性:abilityName: string; 新版本信息:9 代替接口: reminderAgentManager.MaxScreenWantAgent.abilityName |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:MaxScreenWantAgent; 方法or属性:interface MaxScreenWantAgent 旧版本信息: |
类名:MaxScreenWantAgent; 方法or属性:interface MaxScreenWantAgent 新版本信息:9 代替接口: reminderAgentManager.MaxScreenWantAgent |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:interface ReminderRequest 旧版本信息: |
类名:ReminderRequest; 方法or属性:interface ReminderRequest 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:reminderType: ReminderType; 旧版本信息: |
类名:ReminderRequest; 方法or属性:reminderType: ReminderType; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.reminderType |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:actionButton?: [ActionButton?, ActionButton?]; 旧版本信息: |
类名:ReminderRequest; 方法or属性:actionButton?: [ActionButton?, ActionButton?]; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.actionButton |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:wantAgent?: WantAgent; 旧版本信息: |
类名:ReminderRequest; 方法or属性:wantAgent?: WantAgent; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.wantAgent |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:maxScreenWantAgent?: MaxScreenWantAgent; 旧版本信息: |
类名:ReminderRequest; 方法or属性:maxScreenWantAgent?: MaxScreenWantAgent; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.maxScreenWantAgent |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:ringDuration?: number; 旧版本信息: |
类名:ReminderRequest; 方法or属性:ringDuration?: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.ringDuration |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:snoozeTimes?: number; 旧版本信息: |
类名:ReminderRequest; 方法or属性:snoozeTimes?: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.snoozeTimes |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:timeInterval?: number; 旧版本信息: |
类名:ReminderRequest; 方法or属性:timeInterval?: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.timeInterval |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:title?: string; 旧版本信息: |
类名:ReminderRequest; 方法or属性:title?: string; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.title |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:content?: string; 旧版本信息: |
类名:ReminderRequest; 方法or属性:content?: string; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.content |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:expiredContent?: string; 旧版本信息: |
类名:ReminderRequest; 方法or属性:expiredContent?: string; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.expiredContent |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:snoozeContent?: string; 旧版本信息: |
类名:ReminderRequest; 方法or属性:snoozeContent?: string; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.snoozeContent |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:notificationId?: number; 旧版本信息: |
类名:ReminderRequest; 方法or属性:notificationId?: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.notificationId |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequest; 方法or属性:slotType?: notification.SlotType; 旧版本信息: |
类名:ReminderRequest; 方法or属性:slotType?: notification.SlotType; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequest.slotType |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestCalendar; 方法or属性:interface ReminderRequestCalendar 旧版本信息: |
类名:ReminderRequestCalendar; 方法or属性:interface ReminderRequestCalendar 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestCalendar |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestCalendar; 方法or属性:dateTime: LocalDateTime; 旧版本信息: |
类名:ReminderRequestCalendar; 方法or属性:dateTime: LocalDateTime; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestCalendar.dateTime |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestCalendar; 方法or属性:repeatMonths?: Array<number>; 旧版本信息: |
类名:ReminderRequestCalendar; 方法or属性:repeatMonths?: Array<number>; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestCalendar.repeatMonths |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestCalendar; 方法or属性:repeatDays?: Array<number>; 旧版本信息: |
类名:ReminderRequestCalendar; 方法or属性:repeatDays?: Array<number>; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestCalendar.repeatDays |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestAlarm; 方法or属性:interface ReminderRequestAlarm 旧版本信息: |
类名:ReminderRequestAlarm; 方法or属性:interface ReminderRequestAlarm 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestAlarm |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestAlarm; 方法or属性:hour: number; 旧版本信息: |
类名:ReminderRequestAlarm; 方法or属性:hour: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestAlarm.hour |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:LocalDateTime; 方法or属性:hour: number; 旧版本信息: |
类名:LocalDateTime; 方法or属性:hour: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestTimer.hour |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestAlarm; 方法or属性:minute: number; 旧版本信息: |
类名:ReminderRequestAlarm; 方法or属性:minute: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestAlarm.minute |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:LocalDateTime; 方法or属性:minute: number; 旧版本信息: |
类名:LocalDateTime; 方法or属性:minute: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestTimer.minute |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestAlarm; 方法or属性:daysOfWeek?: Array<number>; 旧版本信息: |
类名:ReminderRequestAlarm; 方法or属性:daysOfWeek?: Array<number>; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestAlarm.daysOfWeek |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestTimer; 方法or属性:interface ReminderRequestTimer 旧版本信息: |
类名:ReminderRequestTimer; 方法or属性:interface ReminderRequestTimer 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestTimer |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:ReminderRequestTimer; 方法or属性:triggerTimeInSeconds: number; 旧版本信息: |
类名:ReminderRequestTimer; 方法or属性:triggerTimeInSeconds: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestTimer |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:LocalDateTime; 方法or属性:interface LocalDateTime 旧版本信息: |
类名:LocalDateTime; 方法or属性:interface LocalDateTime 新版本信息:9 代替接口: reminderAgentManager |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:LocalDateTime; 方法or属性:year: number; 旧版本信息: |
类名:LocalDateTime; 方法or属性:year: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestTimer.year |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:LocalDateTime; 方法or属性:month: number; 旧版本信息: |
类名:LocalDateTime; 方法or属性:month: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestTimer.month |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:LocalDateTime; 方法or属性:day: number; 旧版本信息: |
类名:LocalDateTime; 方法or属性:day: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestTimer.day |
@ohos.reminderAgent.d.ts |
废弃版本有变化 | 类名:LocalDateTime; 方法or属性:second?: number; 旧版本信息: |
类名:LocalDateTime; 方法or属性:second?: number; 新版本信息:9 代替接口: reminderAgentManager.ReminderRequestTimer.second |
@ohos.reminderAgent.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-accessibility
harmony 鸿蒙js-apidiff-application
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦