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