1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: commonEventManager;<br>Method or attribute name: function createSubscriberSync(subscribeInfo: CommonEventSubscribeInfo): CommonEventSubscriber;|@ohos.commonEventManager.d.ts| 4|Added|NA|Class name: commonEventManager;<br>Method or attribute name: export type CommonEventData = _CommonEventData;|@ohos.commonEventManager.d.ts| 5|Added|NA|Class name: commonEventManager;<br>Method or attribute name: export type CommonEventSubscriber = _CommonEventSubscriber;|@ohos.commonEventManager.d.ts| 6|Added|NA|Class name: commonEventManager;<br>Method or attribute name: export type CommonEventSubscribeInfo = _CommonEventSubscribeInfo;|@ohos.commonEventManager.d.ts| 7|Added|NA|Class name: commonEventManager;<br>Method or attribute name: export type CommonEventPublishData = _CommonEventPublishData;|@ohos.commonEventManager.d.ts| 8|Added|NA|Class name: Support;<br>Method or attribute name: COMMON_EVENT_CONNECTIVITY_CHANGE = 'usual.event.CONNECTIVITY_CHANGE'|@ohos.commonEventManager.d.ts| 9|Added|NA|Class name: Support;<br>Method or attribute name: COMMON_EVENT_SPECIAL_CODE = 'common.event.SPECIAL_CODE'|@ohos.commonEventManager.d.ts| 10|Added|NA|Class name: Support;<br>Method or attribute name: COMMON_EVENT_AUDIO_QUALITY_CHANGE = 'usual.event.AUDIO_QUALITY_CHANGE'|@ohos.commonEventManager.d.ts| 11|Added|NA|Class name: notificationManager;<br>Method or attribute name: function requestEnableNotification(context: UIAbilityContext, callback: AsyncCallback\<void>): void;|@ohos.notificationManager.d.ts| 12|Added|NA|Class name: notificationManager;<br>Method or attribute name: function requestEnableNotification(context: UIAbilityContext): Promise\<void>;|@ohos.notificationManager.d.ts| 13|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: getCodeSync(): number;|commonEventSubscriber.d.ts| 14|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: setCodeSync(code: number): void;|commonEventSubscriber.d.ts| 15|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: getDataSync(): string;|commonEventSubscriber.d.ts| 16|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: setDataSync(data: string): void;|commonEventSubscriber.d.ts| 17|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: setCodeAndDataSync(code: number, data: string): void;|commonEventSubscriber.d.ts| 18|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: isOrderedCommonEventSync(): boolean;|commonEventSubscriber.d.ts| 19|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: isStickyCommonEventSync(): boolean;|commonEventSubscriber.d.ts| 20|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: abortCommonEventSync(): void;|commonEventSubscriber.d.ts| 21|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: clearAbortCommonEventSync(): void;|commonEventSubscriber.d.ts| 22|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: getAbortCommonEventSync(): boolean;|commonEventSubscriber.d.ts| 23|Added|NA|Class name: CommonEventSubscriber;<br>Method or attribute name: getSubscribeInfoSync(): CommonEventSubscribeInfo;|commonEventSubscriber.d.ts| 24|Added|NA|Class name: NotificationFlagStatus;<br>Method or attribute name: TYPE_NONE = 0|notificationFlags.d.ts| 25|Added|NA|Class name: NotificationFlagStatus;<br>Method or attribute name: TYPE_OPEN = 1|notificationFlags.d.ts| 26|Added|NA|Class name: NotificationFlagStatus;<br>Method or attribute name: TYPE_CLOSE = 2|notificationFlags.d.ts| 27|Added|NA|Class name: NotificationFlags;<br>Method or attribute name: readonly soundEnabled?: NotificationFlagStatus;|notificationFlags.d.ts| 28|Added|NA|Class name: NotificationFlags;<br>Method or attribute name: readonly vibrationEnabled?: NotificationFlagStatus;|notificationFlags.d.ts| 29