harmony 鸿蒙js-apidiff-notification

  • 2023-06-24
  • 浏览 (223)

Change Type Old Version New Version d.ts File
Added NA Class name: commonEventManager
Method or attribute name: function removeStickyCommonEvent(event: string, callback: AsyncCallback<void>): void;
@ohos.commonEventManager.d.ts
Added NA Class name: commonEventManager
Method or attribute name: function removeStickyCommonEvent(event: string): Promise<void>;
@ohos.commonEventManager.d.ts
Added NA Class name: commonEventManager
Method or attribute name: function setStaticSubscriberState(enable: boolean, callback: AsyncCallback<void>): void;
@ohos.commonEventManager.d.ts
Added NA Class name: commonEventManager
Method or attribute name: function setStaticSubscriberState(enable: boolean): Promise<void>;
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_CHARGE_TYPE_CHANGED = “usual.event.CHARGE_TYPE_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_DEVICE_IDLE_EXEMPTION_LIST_UPDATED = “usual.event.DEVICE_IDLE_EXEMPTION_LIST_UPDATED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_QUICK_FIX_REVOKE_RESULT = “usual.event.QUICK_FIX_REVOKE_RESULT”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_HTTP_PROXY_CHANGE = “usual.event.HTTP_PROXY_CHANGE”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SIM_STATE_CHANGED = “usual.event.SIM_STATE_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SMS_RECEIVE_COMPLETED = “usual.event.SMS_RECEIVE_COMPLETED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SMS_EMERGENCY_CB_RECEIVE_COMPLETED = “usual.event.SMS_EMERGENCY_CB_RECEIVE_COMPLETED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SMS_CB_RECEIVE_COMPLETED = “usual.event.SMS_CB_RECEIVE_COMPLETED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_STK_COMMAND = “usual.event.STK_COMMAND”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_STK_SESSION_END = “usual.event.STK_SESSION_END”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_STK_CARD_STATE_CHANGED = “usual.event.STK_CARD_STATE_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_STK_ALPHA_IDENTIFIER = “usual.event.STK_ALPHA_IDENTIFIER”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SMS_WAPPUSH_RECEIVE_COMPLETED = “usual.event.SMS_WAPPUSH_RECEIVE_COMPLETED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_OPERATOR_CONFIG_CHANGED = “usual.event.OPERATOR_CONFIG_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_SMS_SUBSCRIPTION_CHANGED = “usual.event.SIM.DEFAULT_SMS_SUBSCRIPTION_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_DATA_SUBSCRIPTION_CHANGED = “usual.event.SIM.DEFAULT_DATA_SUBSCRIPTION_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_MAIN_SUBSCRIPTION_CHANGED = “usual.event.SIM.DEFAULT_MAIN_SUBSCRIPTION_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_VOICE_SUBSCRIPTION_CHANGED = “usual.event.SIM.DEFAULT_VOICE_SUBSCRIPTION_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_CALL_STATE_CHANGED = “usual.event.CALL_STATE_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_CELLULAR_DATA_STATE_CHANGED = “usual.event.CELLULAR_DATA_STATE_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_NETWORK_STATE_CHANGED = “usual.event.NETWORK_STATE_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SIGNAL_INFO_CHANGED = “usual.event.SIGNAL_INFO_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_INCOMING_CALL_MISSED = “usual.event.INCOMING_CALL_MISSED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_RADIO_STATE_CHANGE = “usual.event.RADIO_STATE_CHANGE”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_DOMAIN_ACCOUNT_STATUS_CHANGED = “usual.event.DOMAIN_ACCOUNT_STATUS_CHANGED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SCREEN_UNLOCKED = “usual.event.SCREEN_UNLOCKED”
@ohos.commonEventManager.d.ts
Added NA Class name: Support
Method or attribute name: COMMON_EVENT_SCREEN_LOCKED = “usual.event.SCREEN_LOCKED”
@ohos.commonEventManager.d.ts
Added NA Class name: notificationManager
Method or attribute name: function setBadgeNumber(badgeNumber: number, callback: AsyncCallback<void>): void;
@ohos.notificationManager.d.ts
Added NA Class name: notificationManager
Method or attribute name: function setBadgeNumber(badgeNumber: number): Promise<void>;
@ohos.notificationManager.d.ts
Added NA Class name: notificationManager
Method or attribute name: function on(type: ‘checkNotification’, callback: (checkInfo: NotificationCheckInfo) => NotificationCheckResult): void;
@ohos.notificationManager.d.ts
Added NA Class name: notificationManager
Method or attribute name: function off(type: ‘checkNotification’, callback?: (checkInfo: NotificationCheckInfo) => NotificationCheckResult): void;
@ohos.notificationManager.d.ts
Added NA Module name: ohos.notificationManager
Class name: NotificationCheckInfo
@ohos.notificationManager.d.ts
Added NA Module name: ohos.notificationManager
Class name: NotificationCheckInfo
Method or attribute name: bundleName: string;
@ohos.notificationManager.d.ts
Added NA Module name: ohos.notificationManager
Class name: NotificationCheckInfo
Method or attribute name: notificationId: number;
@ohos.notificationManager.d.ts
Added NA Module name: ohos.notificationManager
Class name: NotificationCheckInfo
Method or attribute name: contentType: ContentType;
@ohos.notificationManager.d.ts
Added NA Module name: ohos.notificationManager
Class name: NotificationCheckResult
@ohos.notificationManager.d.ts
Added NA Module name: ohos.notificationManager
Class name: NotificationCheckResult
Method or attribute name: code: number;
@ohos.notificationManager.d.ts
Added NA Module name: ohos.notificationManager
Class name: NotificationCheckResult
Method or attribute name: message: string;
@ohos.notificationManager.d.ts
Added NA Module name: ohos.reminderAgentManager
Class name: ActionButtonType
Method or attribute name: ACTION_BUTTON_TYPE_CUSTOM = 2
@ohos.reminderAgentManager.d.ts
Added NA Module name: ohos.reminderAgentManager
Class name: ActionButton
Method or attribute name: wantAgent?: WantAgent;
@ohos.reminderAgentManager.d.ts
Added NA Module name: ohos.reminderAgentManager
Class name: WantAgent
Method or attribute name: uri?: string;
@ohos.reminderAgentManager.d.ts
Added NA Class name: ReminderRequest
Method or attribute name: actionButton?: [ActionButton?, ActionButton?, ActionButton?];
@ohos.reminderAgentManager.d.ts
Added NA Class name: ReminderRequest
Method or attribute name: tapDismissed?: boolean;
@ohos.reminderAgentManager.d.ts
Added NA Class name: ReminderRequest
Method or attribute name: autoDeletedTime?: number;
@ohos.reminderAgentManager.d.ts
Added NA Class name: NotificationSubscriber
Method or attribute name: onBadgeChanged?: (data: BadgeNumberCallbackData) => void;
notificationSubscriber.d.ts
Added NA Module name: notificationSubscriber
Class name: BadgeNumberCallbackData
notificationSubscriber.d.ts
Added NA Module name: notificationSubscriber
Class name: BadgeNumberCallbackData
Method or attribute name: readonly bundle: string;
notificationSubscriber.d.ts
Added NA Module name: notificationSubscriber
Class name: BadgeNumberCallbackData
Method or attribute name: readonly uid: number;
notificationSubscriber.d.ts
Added NA Module name: notificationSubscriber
Class name: BadgeNumberCallbackData
Method or attribute name: readonly badgeNumber: number;
notificationSubscriber.d.ts
Deprecated version changed Class name: Support
Method or attribute name: COMMON_EVENT_USER_PRESENT = “usual.event.USER_PRESENT”
Deprecated version: N/A
Class name: Support
Method or attribute name: COMMON_EVENT_USER_PRESENT = “usual.event.USER_PRESENT”
Deprecated version: 10
Substitute API: N/A
@ohos.commonEventManager.d.ts

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Readme

harmony 鸿蒙js-apidiff-ability

harmony 鸿蒙js-apidiff-accessibility

harmony 鸿蒙js-apidiff-account

harmony 鸿蒙js-apidiff-arkui

harmony 鸿蒙js-apidiff-battery

harmony 鸿蒙js-apidiff-bundle

harmony 鸿蒙js-apidiff-communication

harmony 鸿蒙js-apidiff-compiler-and-runtime

harmony 鸿蒙js-apidiff-customization

0  赞