• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: Support;<br>Method or attribute name: COMMON_EVENT_CHARGE_IDLE_MODE_CHANGED = 'usual.event.CHARGE_IDLE_MODE_CHANGED'|@ohos.commonEventManager.d.ts|
4|Added|NA|Class name: emitter;<br>Method or attribute name: function off(eventId: number, callback: Callback\<EventData>): void;|@ohos.events.emitter.d.ts|
5|Added|NA|Class name: notificationSubscribe;<br>Method or attribute name: function remove(hashCodes: Array\<String>, reason: RemoveReason, callback: AsyncCallback\<void>): void;|@ohos.notificationSubscribe.d.ts|
6|Added|NA|Class name: notificationSubscribe;<br>Method or attribute name: function remove(hashCodes: Array\<String>, reason: RemoveReason): Promise\<void>;|@ohos.notificationSubscribe.d.ts|
7|Error code changed|Class name: reminderAgentManager;<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\<number>): void;<br>Old version information: 401|Class name: reminderAgentManager;<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback\<number>): void;<br>New version information: 401,1700001,1700002|@ohos.reminderAgentManager.d.ts|
8|Error code changed|Class name: reminderAgentManager;<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\<number>;<br>Old version information: 401|Class name: reminderAgentManager;<br>Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise\<number>;<br>New version information: 401,1700001,1700002|@ohos.reminderAgentManager.d.ts|
9|Error code changed|Class name: reminderAgentManager;<br>Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 401|Class name: reminderAgentManager;<br>Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback\<void>): void;<br>New version information: 401,1700003,1700004|@ohos.reminderAgentManager.d.ts|
10|Error code changed|Class name: reminderAgentManager;<br>Method or attribute name: function cancelReminder(reminderId: number): Promise\<void>;<br>Old version information: 401|Class name: reminderAgentManager;<br>Method or attribute name: function cancelReminder(reminderId: number): Promise\<void>;<br>New version information: 401,1700003,1700004|@ohos.reminderAgentManager.d.ts|
11|Error code changed|Class name: reminderAgentManager;<br>Method or attribute name: function getValidReminders(callback: AsyncCallback\<Array\<ReminderRequest>>): void;<br>Old version information: 401|Class name: reminderAgentManager;<br>Method or attribute name: function getValidReminders(callback: AsyncCallback\<Array\<ReminderRequest>>): void;<br>New version information: 401,1700004|@ohos.reminderAgentManager.d.ts|
12|Error code changed|Class name: reminderAgentManager;<br>Method or attribute name: function getValidReminders(): Promise\<Array\<ReminderRequest>>;<br>Old version information: 401|Class name: reminderAgentManager;<br>Method or attribute name: function getValidReminders(): Promise\<Array\<ReminderRequest>>;<br>New version information: 401,1700004|@ohos.reminderAgentManager.d.ts|
13|Error code changed|Class name: reminderAgentManager;<br>Method or attribute name: function cancelAllReminders(callback: AsyncCallback\<void>): void;<br>Old version information: 401|Class name: reminderAgentManager;<br>Method or attribute name: function cancelAllReminders(callback: AsyncCallback\<void>): void;<br>New version information: 401,1700004|@ohos.reminderAgentManager.d.ts|
14|Error code changed|Class name: reminderAgentManager;<br>Method or attribute name: function cancelAllReminders(): Promise\<void>;<br>Old version information: 401|Class name: reminderAgentManager;<br>Method or attribute name: function cancelAllReminders(): Promise\<void>;<br>New version information: 401,1700004|@ohos.reminderAgentManager.d.ts|
15|Access level changed|Class name: notification;<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;<br>New version information: systemapi|@ohos.notification.d.ts|
16|Access level changed|Class name: notification;<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;<br>New version information: systemapi|@ohos.notification.d.ts|
17|Access level changed|Class name: notification;<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;<br>New version information: systemapi|@ohos.notification.d.ts|
18|Access level changed|Class name: notification;<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;<br>New version information: systemapi|@ohos.notification.d.ts|
19|Access level changed|Class name: notification;<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;<br>New version information: systemapi|@ohos.notification.d.ts|
20|Access level changed|Class name: notification;<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;<br>New version information: systemapi|@ohos.notification.d.ts|
21|Access level changed|Class name: notification;<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;<br>New version information: systemapi|@ohos.notification.d.ts|
22|Access level changed|Class name: notification;<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;<br>New version information: systemapi|@ohos.notification.d.ts|
23|Access level changed|Class name: notification;<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;<br>New version information: systemapi|@ohos.notification.d.ts|
24|Access level changed|Class name: notification;<br>Method or attribute name: function enableDistributed(enable: boolean): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function enableDistributed(enable: boolean): Promise\<void>;<br>New version information: systemapi|@ohos.notification.d.ts|
25|Access level changed|Class name: notification;<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;<br>New version information: systemapi|@ohos.notification.d.ts|
26|Access level changed|Class name: notification;<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;<br>New version information: systemapi|@ohos.notification.d.ts|
27|Access level changed|Class name: notification;<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;<br>New version information: systemapi|@ohos.notification.d.ts|
28|Access level changed|Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_NONE = 0<br>Old version information: |Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_NONE = 0<br>New version information: systemapi|@ohos.notification.d.ts|
29|Access level changed|Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_ONCE = 1<br>Old version information: |Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_ONCE = 1<br>New version information: systemapi|@ohos.notification.d.ts|
30|Access level changed|Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_DAILY = 2<br>Old version information: |Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_DAILY = 2<br>New version information: systemapi|@ohos.notification.d.ts|
31|Access level changed|Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_CLEARLY = 3<br>Old version information: |Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_CLEARLY = 3<br>New version information: systemapi|@ohos.notification.d.ts|
32|Access level changed|Class name: DoNotDisturbDate;<br>Method or attribute name: type: DoNotDisturbType;<br>Old version information: |Class name: DoNotDisturbDate;<br>Method or attribute name: type: DoNotDisturbType;<br>New version information: systemapi|@ohos.notification.d.ts|
33|Access level changed|Class name: DoNotDisturbDate;<br>Method or attribute name: begin: Date;<br>Old version information: |Class name: DoNotDisturbDate;<br>Method or attribute name: begin: Date;<br>New version information: systemapi|@ohos.notification.d.ts|
34|Access level changed|Class name: DoNotDisturbDate;<br>Method or attribute name: end: Date;<br>Old version information: |Class name: DoNotDisturbDate;<br>Method or attribute name: end: Date;<br>New version information: systemapi|@ohos.notification.d.ts|
35|Access level changed|Class name: DeviceRemindType;<br>Method or attribute name: IDLE_DONOT_REMIND = 0<br>Old version information: |Class name: DeviceRemindType;<br>Method or attribute name: IDLE_DONOT_REMIND = 0<br>New version information: systemapi|@ohos.notification.d.ts|
36|Access level changed|Class name: DeviceRemindType;<br>Method or attribute name: IDLE_REMIND = 1<br>Old version information: |Class name: DeviceRemindType;<br>Method or attribute name: IDLE_REMIND = 1<br>New version information: systemapi|@ohos.notification.d.ts|
37|Access level changed|Class name: DeviceRemindType;<br>Method or attribute name: ACTIVE_DONOT_REMIND = 2<br>Old version information: |Class name: DeviceRemindType;<br>Method or attribute name: ACTIVE_DONOT_REMIND = 2<br>New version information: systemapi|@ohos.notification.d.ts|
38|Access level changed|Class name: DeviceRemindType;<br>Method or attribute name: ACTIVE_REMIND = 3<br>Old version information: |Class name: DeviceRemindType;<br>Method or attribute name: ACTIVE_REMIND = 3<br>New version information: systemapi|@ohos.notification.d.ts|
39|Access level changed|Class name: SourceType;<br>Method or attribute name: TYPE_NORMAL = 0<br>Old version information: |Class name: SourceType;<br>Method or attribute name: TYPE_NORMAL = 0<br>New version information: systemapi|@ohos.notification.d.ts|
40|Access level changed|Class name: SourceType;<br>Method or attribute name: TYPE_CONTINUOUS = 1<br>Old version information: |Class name: SourceType;<br>Method or attribute name: TYPE_CONTINUOUS = 1<br>New version information: systemapi|@ohos.notification.d.ts|
41|Access level changed|Class name: SourceType;<br>Method or attribute name: TYPE_TIMER = 2<br>Old version information: |Class name: SourceType;<br>Method or attribute name: TYPE_TIMER = 2<br>New version information: systemapi|@ohos.notification.d.ts|
42|Access level changed|Class name: RemoveReason;<br>Method or attribute name: CLICK_REASON_REMOVE = 1<br>Old version information: |Class name: RemoveReason;<br>Method or attribute name: CLICK_REASON_REMOVE = 1<br>New version information: systemapi|@ohos.notification.d.ts|
43|Access level changed|Class name: RemoveReason;<br>Method or attribute name: CANCEL_REASON_REMOVE = 2<br>Old version information: |Class name: RemoveReason;<br>Method or attribute name: CANCEL_REASON_REMOVE = 2<br>New version information: systemapi|@ohos.notification.d.ts|
44|Access level changed|Class name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;<br>New version information: systemapi|@ohos.notificationManager.d.ts|
45|Access level changed|Class name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;<br>Old version information: |Class name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;<br>New version information: systemapi|@ohos.notificationManager.d.ts|
46|Access level changed|Class name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;<br>Old version information: |Class name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;<br>New version information: systemapi|@ohos.notificationManager.d.ts|
47|Access level changed|Class name: NotificationCheckResult;<br>Method or attribute name: code: number;<br>Old version information: |Class name: NotificationCheckResult;<br>Method or attribute name: code: number;<br>New version information: systemapi|@ohos.notificationManager.d.ts|
48|Access level changed|Class name: NotificationCheckResult;<br>Method or attribute name: message: string;<br>Old version information: |Class name: NotificationCheckResult;<br>Method or attribute name: message: string;<br>New version information: systemapi|@ohos.notificationManager.d.ts|
49|Access level changed|Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_NONE = 0<br>Old version information: |Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_NONE = 0<br>New version information: systemapi|@ohos.notificationManager.d.ts|
50|Access level changed|Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_ONCE = 1<br>Old version information: |Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_ONCE = 1<br>New version information: systemapi|@ohos.notificationManager.d.ts|
51|Access level changed|Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_DAILY = 2<br>Old version information: |Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_DAILY = 2<br>New version information: systemapi|@ohos.notificationManager.d.ts|
52|Access level changed|Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_CLEARLY = 3<br>Old version information: |Class name: DoNotDisturbType;<br>Method or attribute name: TYPE_CLEARLY = 3<br>New version information: systemapi|@ohos.notificationManager.d.ts|
53|Access level changed|Class name: DoNotDisturbDate;<br>Method or attribute name: type: DoNotDisturbType;<br>Old version information: |Class name: DoNotDisturbDate;<br>Method or attribute name: type: DoNotDisturbType;<br>New version information: systemapi|@ohos.notificationManager.d.ts|
54|Access level changed|Class name: DoNotDisturbDate;<br>Method or attribute name: begin: Date;<br>Old version information: |Class name: DoNotDisturbDate;<br>Method or attribute name: begin: Date;<br>New version information: systemapi|@ohos.notificationManager.d.ts|
55|Access level changed|Class name: DoNotDisturbDate;<br>Method or attribute name: end: Date;<br>Old version information: |Class name: DoNotDisturbDate;<br>Method or attribute name: end: Date;<br>New version information: systemapi|@ohos.notificationManager.d.ts|
56|Access level changed|Class name: DeviceRemindType;<br>Method or attribute name: IDLE_DONOT_REMIND = 0<br>Old version information: |Class name: DeviceRemindType;<br>Method or attribute name: IDLE_DONOT_REMIND = 0<br>New version information: systemapi|@ohos.notificationManager.d.ts|
57|Access level changed|Class name: DeviceRemindType;<br>Method or attribute name: IDLE_REMIND = 1<br>Old version information: |Class name: DeviceRemindType;<br>Method or attribute name: IDLE_REMIND = 1<br>New version information: systemapi|@ohos.notificationManager.d.ts|
58|Access level changed|Class name: DeviceRemindType;<br>Method or attribute name: ACTIVE_DONOT_REMIND = 2<br>Old version information: |Class name: DeviceRemindType;<br>Method or attribute name: ACTIVE_DONOT_REMIND = 2<br>New version information: systemapi|@ohos.notificationManager.d.ts|
59|Access level changed|Class name: DeviceRemindType;<br>Method or attribute name: ACTIVE_REMIND = 3<br>Old version information: |Class name: DeviceRemindType;<br>Method or attribute name: ACTIVE_REMIND = 3<br>New version information: systemapi|@ohos.notificationManager.d.ts|
60|Access level changed|Class name: SourceType;<br>Method or attribute name: TYPE_NORMAL = 0<br>Old version information: |Class name: SourceType;<br>Method or attribute name: TYPE_NORMAL = 0<br>New version information: systemapi|@ohos.notificationManager.d.ts|
61|Access level changed|Class name: SourceType;<br>Method or attribute name: TYPE_CONTINUOUS = 1<br>Old version information: |Class name: SourceType;<br>Method or attribute name: TYPE_CONTINUOUS = 1<br>New version information: systemapi|@ohos.notificationManager.d.ts|
62|Access level changed|Class name: SourceType;<br>Method or attribute name: TYPE_TIMER = 2<br>Old version information: |Class name: SourceType;<br>Method or attribute name: TYPE_TIMER = 2<br>New version information: systemapi|@ohos.notificationManager.d.ts|
63|Access level changed|Class name: notificationSubscribe;<br>Method or attribute name: export type BundleOption = _BundleOption;<br>Old version information: |Class name: notificationSubscribe;<br>Method or attribute name: export type BundleOption = _BundleOption;<br>New version information: systemapi|@ohos.notificationSubscribe.d.ts|
64|Access level changed|Class name: NotificationKey;<br>Method or attribute name: id: number;<br>Old version information: |Class name: NotificationKey;<br>Method or attribute name: id: number;<br>New version information: systemapi|@ohos.notificationSubscribe.d.ts|
65|Access level changed|Class name: NotificationKey;<br>Method or attribute name: label?: string;<br>Old version information: |Class name: NotificationKey;<br>Method or attribute name: label?: string;<br>New version information: systemapi|@ohos.notificationSubscribe.d.ts|
66|Access level changed|Class name: RemoveReason;<br>Method or attribute name: CLICK_REASON_REMOVE = 1<br>Old version information: |Class name: RemoveReason;<br>Method or attribute name: CLICK_REASON_REMOVE = 1<br>New version information: systemapi|@ohos.notificationSubscribe.d.ts|
67|Access level changed|Class name: RemoveReason;<br>Method or attribute name: CANCEL_REASON_REMOVE = 2<br>Old version information: |Class name: RemoveReason;<br>Method or attribute name: CANCEL_REASON_REMOVE = 2<br>New version information: systemapi|@ohos.notificationSubscribe.d.ts|
68|Access level changed|Class name: NotificationSorting;<br>Method or attribute name: readonly slot: NotificationSlot;<br>Old version information: |Class name: NotificationSorting;<br>Method or attribute name: readonly slot: NotificationSlot;<br>New version information: systemapi|notificationSorting.d.ts|
69|Access level changed|Class name: NotificationSorting;<br>Method or attribute name: readonly hashCode: string;<br>Old version information: |Class name: NotificationSorting;<br>Method or attribute name: readonly hashCode: string;<br>New version information: systemapi|notificationSorting.d.ts|
70|Access level changed|Class name: NotificationSorting;<br>Method or attribute name: readonly ranking: number;<br>Old version information: |Class name: NotificationSorting;<br>Method or attribute name: readonly ranking: number;<br>New version information: systemapi|notificationSorting.d.ts|
71|Access level changed|Class name: NotificationSortingMap;<br>Method or attribute name: readonly sortings: { [key: string]: NotificationSorting };<br>Old version information: |Class name: NotificationSortingMap;<br>Method or attribute name: readonly sortings: { [key: string]: NotificationSorting };<br>New version information: systemapi|notificationSortingMap.d.ts|
72|Access level changed|Class name: NotificationSortingMap;<br>Method or attribute name: readonly sortedHashCode: Array\<string>;<br>Old version information: |Class name: NotificationSortingMap;<br>Method or attribute name: readonly sortedHashCode: Array\<string>;<br>New version information: systemapi|notificationSortingMap.d.ts|
73|Access level changed|Class name: NotificationSubscribeInfo;<br>Method or attribute name: bundleNames?: Array\<string>;<br>Old version information: |Class name: NotificationSubscribeInfo;<br>Method or attribute name: bundleNames?: Array\<string>;<br>New version information: systemapi|notificationSubscribeInfo.d.ts|
74|Access level changed|Class name: NotificationSubscribeInfo;<br>Method or attribute name: userId?: number;<br>Old version information: |Class name: NotificationSubscribeInfo;<br>Method or attribute name: userId?: number;<br>New version information: systemapi|notificationSubscribeInfo.d.ts|
75|Access level changed|Class name: NotificationSubscriber;<br>Method or attribute name: onConsume?: (data: SubscribeCallbackData) => void;<br>Old version information: |Class name: NotificationSubscriber;<br>Method or attribute name: onConsume?: (data: SubscribeCallbackData) => void;<br>New version information: systemapi|notificationSubscriber.d.ts|
76|Access level changed|Class name: NotificationSubscriber;<br>Method or attribute name: onCancel?: (data: SubscribeCallbackData) => void;<br>Old version information: |Class name: NotificationSubscriber;<br>Method or attribute name: onCancel?: (data: SubscribeCallbackData) => void;<br>New version information: systemapi|notificationSubscriber.d.ts|
77|Access level changed|Class name: NotificationSubscriber;<br>Method or attribute name: onUpdate?: (data: NotificationSortingMap) => void;<br>Old version information: |Class name: NotificationSubscriber;<br>Method or attribute name: onUpdate?: (data: NotificationSortingMap) => void;<br>New version information: systemapi|notificationSubscriber.d.ts|
78|Access level changed|Class name: NotificationSubscriber;<br>Method or attribute name: onConnect?: () => void;<br>Old version information: |Class name: NotificationSubscriber;<br>Method or attribute name: onConnect?: () => void;<br>New version information: systemapi|notificationSubscriber.d.ts|
79|Access level changed|Class name: NotificationSubscriber;<br>Method or attribute name: onDisconnect?: () => void;<br>Old version information: |Class name: NotificationSubscriber;<br>Method or attribute name: onDisconnect?: () => void;<br>New version information: systemapi|notificationSubscriber.d.ts|
80|Access level changed|Class name: NotificationSubscriber;<br>Method or attribute name: onDestroy?: () => void;<br>Old version information: |Class name: NotificationSubscriber;<br>Method or attribute name: onDestroy?: () => void;<br>New version information: systemapi|notificationSubscriber.d.ts|
81|Access level changed|Class name: NotificationSubscriber;<br>Method or attribute name: onDoNotDisturbDateChange?: (mode: notification.DoNotDisturbDate) => void;<br>Old version information: |Class name: NotificationSubscriber;<br>Method or attribute name: onDoNotDisturbDateChange?: (mode: notification.DoNotDisturbDate) => void;<br>New version information: systemapi|notificationSubscriber.d.ts|
82|Access level changed|Class name: NotificationSubscriber;<br>Method or attribute name: onEnabledNotificationChanged?: (callbackData: EnabledNotificationCallbackData) => void;<br>Old version information: |Class name: NotificationSubscriber;<br>Method or attribute name: onEnabledNotificationChanged?: (callbackData: EnabledNotificationCallbackData) => void;<br>New version information: systemapi|notificationSubscriber.d.ts|
83|Access level changed|Class name: NotificationSubscriber;<br>Method or attribute name: onBadgeChanged?: (data: BadgeNumberCallbackData) => void;<br>Old version information: |Class name: NotificationSubscriber;<br>Method or attribute name: onBadgeChanged?: (data: BadgeNumberCallbackData) => void;<br>New version information: systemapi|notificationSubscriber.d.ts|
84|Access level changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly request: NotificationRequest;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly request: NotificationRequest;<br>New version information: systemapi|notificationSubscriber.d.ts|
85|Access level changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly sortingMap?: NotificationSortingMap;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly sortingMap?: NotificationSortingMap;<br>New version information: systemapi|notificationSubscriber.d.ts|
86|Access level changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly reason?: number;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly reason?: number;<br>New version information: systemapi|notificationSubscriber.d.ts|
87|Access level changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly sound?: string;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly sound?: string;<br>New version information: systemapi|notificationSubscriber.d.ts|
88|Access level changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly vibrationValues?: Array\<number>;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly vibrationValues?: Array\<number>;<br>New version information: systemapi|notificationSubscriber.d.ts|
89|Access level changed|Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly bundle: string;<br>Old version information: |Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly bundle: string;<br>New version information: systemapi|notificationSubscriber.d.ts|
90|Access level changed|Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly bundle: string;<br>Old version information: |Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly bundle: string;<br>New version information: systemapi|notificationSubscriber.d.ts|
91|Access level changed|Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly uid: number;<br>Old version information: |Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly uid: number;<br>New version information: systemapi|notificationSubscriber.d.ts|
92|Access level changed|Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly uid: number;<br>Old version information: |Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly uid: number;<br>New version information: systemapi|notificationSubscriber.d.ts|
93|Access level changed|Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly enable: boolean;<br>Old version information: |Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly enable: boolean;<br>New version information: systemapi|notificationSubscriber.d.ts|
94|Access level changed|Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly badgeNumber: number;<br>Old version information: |Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly badgeNumber: number;<br>New version information: systemapi|notificationSubscriber.d.ts|
95|Permission changed|Class name: notification;<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise\<void>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
96|Permission changed|Class name: notification;<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function isNotificationEnabled(userId: number): Promise\<boolean>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
97|Permission changed|Class name: notification;<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function removeAll(userId: number): Promise\<void>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
98|Permission changed|Class name: notification;<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise\<void>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
99|Permission changed|Class name: notification;<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise\<void>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
100|Permission changed|Class name: notification;<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\<void>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
101|Permission changed|Class name: notification;<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function getDoNotDisturbDate(): Promise\<DoNotDisturbDate>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
102|Permission changed|Class name: notification;<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function getDoNotDisturbDate(userId: number): Promise\<DoNotDisturbDate>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
103|Permission changed|Class name: notification;<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function supportDoNotDisturbMode(): Promise\<boolean>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
104|Permission changed|Class name: notification;<br>Method or attribute name: function enableDistributed(enable: boolean): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function enableDistributed(enable: boolean): Promise\<void>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
105|Permission changed|Class name: notification;<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\<void>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
106|Permission changed|Class name: notification;<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise\<boolean>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
107|Permission changed|Class name: notification;<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;<br>Old version information: |Class name: notification;<br>Method or attribute name: function getDeviceRemindType(): Promise\<DeviceRemindType>;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER|@ohos.notification.d.ts|
108|Permission changed|Class name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER|@ohos.notificationManager.d.ts|
109|Permission changed|Class name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;<br>Old version information: |Class name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER|@ohos.notificationManager.d.ts|
110|Permission changed|Class name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;<br>Old version information: |Class name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER|@ohos.notificationManager.d.ts|
111|Permission changed|Class name: NotificationCheckResult;<br>Method or attribute name: code: number;<br>Old version information: |Class name: NotificationCheckResult;<br>Method or attribute name: code: number;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER|@ohos.notificationManager.d.ts|
112|Permission changed|Class name: NotificationCheckResult;<br>Method or attribute name: message: string;<br>Old version information: |Class name: NotificationCheckResult;<br>Method or attribute name: message: string;<br>New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER|@ohos.notificationManager.d.ts|
113|Type changed|Class name: EventData;<br>Method or attribute name: data?: { [key: string]: any };<br>Old version information: |Class name: EventData;<br>Method or attribute name: data?: { [key: string]: any };<br>New version information: ?object|@ohos.events.emitter.d.ts|
114|Type changed|Class name: InnerEvent;<br>Method or attribute name: eventId: number;<br>Old version information: |Class name: InnerEvent;<br>Method or attribute name: eventId: number;<br>New version information: number|@ohos.events.emitter.d.ts|
115|Type changed|Class name: InnerEvent;<br>Method or attribute name: priority?: EventPriority;<br>Old version information: |Class name: InnerEvent;<br>Method or attribute name: priority?: EventPriority;<br>New version information: ?EventPriority|@ohos.events.emitter.d.ts|
116|Type changed|Class name: BundleOption;<br>Method or attribute name: bundle: string;<br>Old version information: |Class name: BundleOption;<br>Method or attribute name: bundle: string;<br>New version information: string|@ohos.notification.d.ts|
117|Type changed|Class name: BundleOption;<br>Method or attribute name: uid?: number;<br>Old version information: |Class name: BundleOption;<br>Method or attribute name: uid?: number;<br>New version information: ?number|@ohos.notification.d.ts|
118|Type changed|Class name: NotificationKey;<br>Method or attribute name: id: number;<br>Old version information: |Class name: NotificationKey;<br>Method or attribute name: id: number;<br>New version information: number|@ohos.notification.d.ts|
119|Type changed|Class name: NotificationKey;<br>Method or attribute name: label?: string;<br>Old version information: |Class name: NotificationKey;<br>Method or attribute name: label?: string;<br>New version information: ?string|@ohos.notification.d.ts|
120|Type changed|Class name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: NotificationCheckInfo;<br>Method or attribute name: bundleName: string;<br>New version information: string|@ohos.notificationManager.d.ts|
121|Type changed|Class name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;<br>Old version information: |Class name: NotificationCheckInfo;<br>Method or attribute name: notificationId: number;<br>New version information: number|@ohos.notificationManager.d.ts|
122|Type changed|Class name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;<br>Old version information: |Class name: NotificationCheckInfo;<br>Method or attribute name: contentType: ContentType;<br>New version information: ContentType|@ohos.notificationManager.d.ts|
123|Type changed|Class name: NotificationCheckResult;<br>Method or attribute name: code: number;<br>Old version information: |Class name: NotificationCheckResult;<br>Method or attribute name: code: number;<br>New version information: number|@ohos.notificationManager.d.ts|
124|Type changed|Class name: NotificationCheckResult;<br>Method or attribute name: message: string;<br>Old version information: |Class name: NotificationCheckResult;<br>Method or attribute name: message: string;<br>New version information: string|@ohos.notificationManager.d.ts|
125|Type changed|Class name: DoNotDisturbDate;<br>Method or attribute name: type: DoNotDisturbType;<br>Old version information: |Class name: DoNotDisturbDate;<br>Method or attribute name: type: DoNotDisturbType;<br>New version information: DoNotDisturbType|@ohos.notificationManager.d.ts|
126|Type changed|Class name: DoNotDisturbDate;<br>Method or attribute name: begin: Date;<br>Old version information: |Class name: DoNotDisturbDate;<br>Method or attribute name: begin: Date;<br>New version information: Date|@ohos.notificationManager.d.ts|
127|Type changed|Class name: DoNotDisturbDate;<br>Method or attribute name: end: Date;<br>Old version information: |Class name: DoNotDisturbDate;<br>Method or attribute name: end: Date;<br>New version information: Date|@ohos.notificationManager.d.ts|
128|Type changed|Class name: NotificationKey;<br>Method or attribute name: id: number;<br>Old version information: |Class name: NotificationKey;<br>Method or attribute name: id: number;<br>New version information: number|@ohos.notificationSubscribe.d.ts|
129|Type changed|Class name: NotificationKey;<br>Method or attribute name: label?: string;<br>Old version information: |Class name: NotificationKey;<br>Method or attribute name: label?: string;<br>New version information: ?string|@ohos.notificationSubscribe.d.ts|
130|Type changed|Class name: ActionResult;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: ActionResult;<br>Method or attribute name: bundleName: string;<br>New version information: string|@system.notification.d.ts|
131|Type changed|Class name: ActionResult;<br>Method or attribute name: abilityName: string;<br>Old version information: |Class name: ActionResult;<br>Method or attribute name: abilityName: string;<br>New version information: string|@system.notification.d.ts|
132|Type changed|Class name: ActionResult;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: ActionResult;<br>Method or attribute name: uri: string;<br>New version information: string|@system.notification.d.ts|
133|Type changed|Class name: ShowNotificationOptions;<br>Method or attribute name: contentTitle?: string;<br>Old version information: |Class name: ShowNotificationOptions;<br>Method or attribute name: contentTitle?: string;<br>New version information: ?string|@system.notification.d.ts|
134|Type changed|Class name: ShowNotificationOptions;<br>Method or attribute name: contentText?: string;<br>Old version information: |Class name: ShowNotificationOptions;<br>Method or attribute name: contentText?: string;<br>New version information: ?string|@system.notification.d.ts|
135|Type changed|Class name: ShowNotificationOptions;<br>Method or attribute name: clickAction?: ActionResult;<br>Old version information: |Class name: ShowNotificationOptions;<br>Method or attribute name: clickAction?: ActionResult;<br>New version information: ?ActionResult|@system.notification.d.ts|
136|Type changed|Class name: CommonEventData;<br>Method or attribute name: event: string;<br>Old version information: |Class name: CommonEventData;<br>Method or attribute name: event: string;<br>New version information: string|commonEventData.d.ts|
137|Type changed|Class name: CommonEventData;<br>Method or attribute name: bundleName?: string;<br>Old version information: |Class name: CommonEventData;<br>Method or attribute name: bundleName?: string;<br>New version information: ?string|commonEventData.d.ts|
138|Type changed|Class name: CommonEventData;<br>Method or attribute name: code?: number;<br>Old version information: |Class name: CommonEventData;<br>Method or attribute name: code?: number;<br>New version information: ?number|commonEventData.d.ts|
139|Type changed|Class name: CommonEventData;<br>Method or attribute name: data?: string;<br>Old version information: |Class name: CommonEventData;<br>Method or attribute name: data?: string;<br>New version information: ?string|commonEventData.d.ts|
140|Type changed|Class name: CommonEventData;<br>Method or attribute name: parameters?: { [key: string]: any };<br>Old version information: |Class name: CommonEventData;<br>Method or attribute name: parameters?: { [key: string]: any };<br>New version information: ?object|commonEventData.d.ts|
141|Type changed|Class name: CommonEventPublishData;<br>Method or attribute name: bundleName?: string;<br>Old version information: |Class name: CommonEventPublishData;<br>Method or attribute name: bundleName?: string;<br>New version information: ?string|commonEventPublishData.d.ts|
142|Type changed|Class name: CommonEventPublishData;<br>Method or attribute name: code?: number;<br>Old version information: |Class name: CommonEventPublishData;<br>Method or attribute name: code?: number;<br>New version information: ?number|commonEventPublishData.d.ts|
143|Type changed|Class name: CommonEventPublishData;<br>Method or attribute name: data?: string;<br>Old version information: |Class name: CommonEventPublishData;<br>Method or attribute name: data?: string;<br>New version information: ?string|commonEventPublishData.d.ts|
144|Type changed|Class name: CommonEventPublishData;<br>Method or attribute name: subscriberPermissions?: Array\<string>;<br>Old version information: |Class name: CommonEventPublishData;<br>Method or attribute name: subscriberPermissions?: Array\<string>;<br>New version information: ?Array\<string>|commonEventPublishData.d.ts|
145|Type changed|Class name: CommonEventPublishData;<br>Method or attribute name: isOrdered?: boolean;<br>Old version information: |Class name: CommonEventPublishData;<br>Method or attribute name: isOrdered?: boolean;<br>New version information: ?boolean|commonEventPublishData.d.ts|
146|Type changed|Class name: CommonEventPublishData;<br>Method or attribute name: isSticky?: boolean;<br>Old version information: |Class name: CommonEventPublishData;<br>Method or attribute name: isSticky?: boolean;<br>New version information: ?boolean|commonEventPublishData.d.ts|
147|Type changed|Class name: CommonEventPublishData;<br>Method or attribute name: parameters?: { [key: string]: any };<br>Old version information: |Class name: CommonEventPublishData;<br>Method or attribute name: parameters?: { [key: string]: any };<br>New version information: ?object|commonEventPublishData.d.ts|
148|Type changed|Class name: CommonEventSubscribeInfo;<br>Method or attribute name: events: Array\<string>;<br>Old version information: |Class name: CommonEventSubscribeInfo;<br>Method or attribute name: events: Array\<string>;<br>New version information: Array\<string>|commonEventSubscribeInfo.d.ts|
149|Type changed|Class name: CommonEventSubscribeInfo;<br>Method or attribute name: publisherPermission?: string;<br>Old version information: |Class name: CommonEventSubscribeInfo;<br>Method or attribute name: publisherPermission?: string;<br>New version information: ?string|commonEventSubscribeInfo.d.ts|
150|Type changed|Class name: CommonEventSubscribeInfo;<br>Method or attribute name: publisherDeviceId?: string;<br>Old version information: |Class name: CommonEventSubscribeInfo;<br>Method or attribute name: publisherDeviceId?: string;<br>New version information: ?string|commonEventSubscribeInfo.d.ts|
151|Type changed|Class name: CommonEventSubscribeInfo;<br>Method or attribute name: userId?: number;<br>Old version information: |Class name: CommonEventSubscribeInfo;<br>Method or attribute name: userId?: number;<br>New version information: ?number|commonEventSubscribeInfo.d.ts|
152|Type changed|Class name: CommonEventSubscribeInfo;<br>Method or attribute name: priority?: number;<br>Old version information: |Class name: CommonEventSubscribeInfo;<br>Method or attribute name: priority?: number;<br>New version information: ?number|commonEventSubscribeInfo.d.ts|
153|Type changed|Class name: NotificationActionButton;<br>Method or attribute name: title: string;<br>Old version information: |Class name: NotificationActionButton;<br>Method or attribute name: title: string;<br>New version information: string|notificationActionButton.d.ts|
154|Type changed|Class name: NotificationActionButton;<br>Method or attribute name: wantAgent: WantAgent;<br>Old version information: |Class name: NotificationActionButton;<br>Method or attribute name: wantAgent: WantAgent;<br>New version information: WantAgent|notificationActionButton.d.ts|
155|Type changed|Class name: NotificationActionButton;<br>Method or attribute name: extras?: { [key: string]: any };<br>Old version information: |Class name: NotificationActionButton;<br>Method or attribute name: extras?: { [key: string]: any };<br>New version information: ?object|notificationActionButton.d.ts|
156|Type changed|Class name: NotificationActionButton;<br>Method or attribute name: userInput?: NotificationUserInput;<br>Old version information: |Class name: NotificationActionButton;<br>Method or attribute name: userInput?: NotificationUserInput;<br>New version information: ?NotificationUserInput|notificationActionButton.d.ts|
157|Type changed|Class name: BundleOption;<br>Method or attribute name: bundle: string;<br>Old version information: |Class name: BundleOption;<br>Method or attribute name: bundle: string;<br>New version information: string|NotificationCommonDef.d.ts|
158|Type changed|Class name: BundleOption;<br>Method or attribute name: uid?: number;<br>Old version information: |Class name: BundleOption;<br>Method or attribute name: uid?: number;<br>New version information: ?number|NotificationCommonDef.d.ts|
159|Type changed|Class name: NotificationBasicContent;<br>Method or attribute name: title: string;<br>Old version information: |Class name: NotificationBasicContent;<br>Method or attribute name: title: string;<br>New version information: string|notificationContent.d.ts|
160|Type changed|Class name: NotificationBasicContent;<br>Method or attribute name: text: string;<br>Old version information: |Class name: NotificationBasicContent;<br>Method or attribute name: text: string;<br>New version information: string|notificationContent.d.ts|
161|Type changed|Class name: NotificationBasicContent;<br>Method or attribute name: additionalText?: string;<br>Old version information: |Class name: NotificationBasicContent;<br>Method or attribute name: additionalText?: string;<br>New version information: ?string|notificationContent.d.ts|
162|Type changed|Class name: NotificationLongTextContent;<br>Method or attribute name: longText: string;<br>Old version information: |Class name: NotificationLongTextContent;<br>Method or attribute name: longText: string;<br>New version information: string|notificationContent.d.ts|
163|Type changed|Class name: NotificationLongTextContent;<br>Method or attribute name: briefText: string;<br>Old version information: |Class name: NotificationLongTextContent;<br>Method or attribute name: briefText: string;<br>New version information: string|notificationContent.d.ts|
164|Type changed|Class name: NotificationMultiLineContent;<br>Method or attribute name: briefText: string;<br>Old version information: |Class name: NotificationMultiLineContent;<br>Method or attribute name: briefText: string;<br>New version information: string|notificationContent.d.ts|
165|Type changed|Class name: NotificationPictureContent;<br>Method or attribute name: briefText: string;<br>Old version information: |Class name: NotificationPictureContent;<br>Method or attribute name: briefText: string;<br>New version information: string|notificationContent.d.ts|
166|Type changed|Class name: NotificationLongTextContent;<br>Method or attribute name: expandedTitle: string;<br>Old version information: |Class name: NotificationLongTextContent;<br>Method or attribute name: expandedTitle: string;<br>New version information: string|notificationContent.d.ts|
167|Type changed|Class name: NotificationPictureContent;<br>Method or attribute name: expandedTitle: string;<br>Old version information: |Class name: NotificationPictureContent;<br>Method or attribute name: expandedTitle: string;<br>New version information: string|notificationContent.d.ts|
168|Type changed|Class name: NotificationMultiLineContent;<br>Method or attribute name: longTitle: string;<br>Old version information: |Class name: NotificationMultiLineContent;<br>Method or attribute name: longTitle: string;<br>New version information: string|notificationContent.d.ts|
169|Type changed|Class name: NotificationMultiLineContent;<br>Method or attribute name: lines: Array\<string>;<br>Old version information: |Class name: NotificationMultiLineContent;<br>Method or attribute name: lines: Array\<string>;<br>New version information: Array\<string>|notificationContent.d.ts|
170|Type changed|Class name: NotificationPictureContent;<br>Method or attribute name: picture: image.PixelMap;<br>Old version information: |Class name: NotificationPictureContent;<br>Method or attribute name: picture: image.PixelMap;<br>New version information: image.PixelMap|notificationContent.d.ts|
171|Type changed|Class name: NotificationContent;<br>Method or attribute name: contentType: notification.ContentType;<br>Old version information: |Class name: NotificationContent;<br>Method or attribute name: contentType: notification.ContentType;<br>New version information: notification.ContentType|notificationContent.d.ts|
172|Type changed|Class name: NotificationContent;<br>Method or attribute name: normal?: NotificationBasicContent;<br>Old version information: |Class name: NotificationContent;<br>Method or attribute name: normal?: NotificationBasicContent;<br>New version information: ?NotificationBasicContent|notificationContent.d.ts|
173|Type changed|Class name: NotificationContent;<br>Method or attribute name: longText?: NotificationLongTextContent;<br>Old version information: |Class name: NotificationContent;<br>Method or attribute name: longText?: NotificationLongTextContent;<br>New version information: ?NotificationLongTextContent|notificationContent.d.ts|
174|Type changed|Class name: NotificationContent;<br>Method or attribute name: multiLine?: NotificationMultiLineContent;<br>Old version information: |Class name: NotificationContent;<br>Method or attribute name: multiLine?: NotificationMultiLineContent;<br>New version information: ?NotificationMultiLineContent|notificationContent.d.ts|
175|Type changed|Class name: NotificationContent;<br>Method or attribute name: picture?: NotificationPictureContent;<br>Old version information: |Class name: NotificationContent;<br>Method or attribute name: picture?: NotificationPictureContent;<br>New version information: ?NotificationPictureContent|notificationContent.d.ts|
176|Type changed|Class name: NotificationRequest;<br>Method or attribute name: content: NotificationContent;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: content: NotificationContent;<br>New version information: NotificationContent|notificationRequest.d.ts|
177|Type changed|Class name: NotificationRequest;<br>Method or attribute name: id?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: id?: number;<br>New version information: ?number|notificationRequest.d.ts|
178|Type changed|Class name: NotificationRequest;<br>Method or attribute name: slotType?: notification.SlotType;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: slotType?: notification.SlotType;<br>New version information: ?notification.SlotType|notificationRequest.d.ts|
179|Type changed|Class name: NotificationRequest;<br>Method or attribute name: isOngoing?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: isOngoing?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
180|Type changed|Class name: NotificationRequest;<br>Method or attribute name: isUnremovable?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: isUnremovable?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
181|Type changed|Class name: NotificationRequest;<br>Method or attribute name: deliveryTime?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: deliveryTime?: number;<br>New version information: ?number|notificationRequest.d.ts|
182|Type changed|Class name: NotificationRequest;<br>Method or attribute name: tapDismissed?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: tapDismissed?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
183|Type changed|Class name: NotificationRequest;<br>Method or attribute name: autoDeletedTime?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: autoDeletedTime?: number;<br>New version information: ?number|notificationRequest.d.ts|
184|Type changed|Class name: NotificationRequest;<br>Method or attribute name: wantAgent?: WantAgent;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: wantAgent?: WantAgent;<br>New version information: ?WantAgent|notificationRequest.d.ts|
185|Type changed|Class name: NotificationRequest;<br>Method or attribute name: extraInfo?: { [key: string]: any };<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: extraInfo?: { [key: string]: any };<br>New version information: ?object|notificationRequest.d.ts|
186|Type changed|Class name: NotificationRequest;<br>Method or attribute name: color?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: color?: number;<br>New version information: ?number|notificationRequest.d.ts|
187|Type changed|Class name: NotificationRequest;<br>Method or attribute name: colorEnabled?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: colorEnabled?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
188|Type changed|Class name: NotificationRequest;<br>Method or attribute name: isAlertOnce?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: isAlertOnce?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
189|Type changed|Class name: NotificationRequest;<br>Method or attribute name: isStopwatch?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: isStopwatch?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
190|Type changed|Class name: NotificationRequest;<br>Method or attribute name: isCountDown?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: isCountDown?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
191|Type changed|Class name: NotificationRequest;<br>Method or attribute name: isFloatingIcon?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: isFloatingIcon?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
192|Type changed|Class name: NotificationRequest;<br>Method or attribute name: label?: string;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: label?: string;<br>New version information: ?string|notificationRequest.d.ts|
193|Type changed|Class name: NotificationRequest;<br>Method or attribute name: badgeIconStyle?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: badgeIconStyle?: number;<br>New version information: ?number|notificationRequest.d.ts|
194|Type changed|Class name: NotificationRequest;<br>Method or attribute name: showDeliveryTime?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: showDeliveryTime?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
195|Type changed|Class name: NotificationRequest;<br>Method or attribute name: actionButtons?: Array\<NotificationActionButton>;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: actionButtons?: Array\<NotificationActionButton>;<br>New version information: ?Array\<NotificationActionButton>|notificationRequest.d.ts|
196|Type changed|Class name: NotificationRequest;<br>Method or attribute name: smallIcon?: image.PixelMap;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: smallIcon?: image.PixelMap;<br>New version information: ?image.PixelMap|notificationRequest.d.ts|
197|Type changed|Class name: NotificationRequest;<br>Method or attribute name: largeIcon?: image.PixelMap;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: largeIcon?: image.PixelMap;<br>New version information: ?image.PixelMap|notificationRequest.d.ts|
198|Type changed|Class name: NotificationRequest;<br>Method or attribute name: groupName?: string;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: groupName?: string;<br>New version information: ?string|notificationRequest.d.ts|
199|Type changed|Class name: NotificationRequest;<br>Method or attribute name: readonly creatorBundleName?: string;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: readonly creatorBundleName?: string;<br>New version information: ?string|notificationRequest.d.ts|
200|Type changed|Class name: NotificationRequest;<br>Method or attribute name: readonly creatorUid?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: readonly creatorUid?: number;<br>New version information: ?number|notificationRequest.d.ts|
201|Type changed|Class name: NotificationRequest;<br>Method or attribute name: readonly creatorPid?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: readonly creatorPid?: number;<br>New version information: ?number|notificationRequest.d.ts|
202|Type changed|Class name: NotificationRequest;<br>Method or attribute name: readonly creatorUserId?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: readonly creatorUserId?: number;<br>New version information: ?number|notificationRequest.d.ts|
203|Type changed|Class name: NotificationRequest;<br>Method or attribute name: classification?: string;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: classification?: string;<br>New version information: ?string|notificationRequest.d.ts|
204|Type changed|Class name: NotificationRequest;<br>Method or attribute name: readonly hashCode?: string;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: readonly hashCode?: string;<br>New version information: ?string|notificationRequest.d.ts|
205|Type changed|Class name: NotificationRequest;<br>Method or attribute name: isRemoveAllowed?: boolean;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: isRemoveAllowed?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
206|Type changed|Class name: NotificationRequest;<br>Method or attribute name: readonly source?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: readonly source?: number;<br>New version information: ?number|notificationRequest.d.ts|
207|Type changed|Class name: NotificationRequest;<br>Method or attribute name: template?: NotificationTemplate;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: template?: NotificationTemplate;<br>New version information: ?NotificationTemplate|notificationRequest.d.ts|
208|Type changed|Class name: NotificationRequest;<br>Method or attribute name: distributedOption?: DistributedOptions;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: distributedOption?: DistributedOptions;<br>New version information: ?DistributedOptions|notificationRequest.d.ts|
209|Type changed|Class name: NotificationRequest;<br>Method or attribute name: readonly deviceId?: string;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: readonly deviceId?: string;<br>New version information: ?string|notificationRequest.d.ts|
210|Type changed|Class name: NotificationRequest;<br>Method or attribute name: readonly notificationFlags?: NotificationFlags;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: readonly notificationFlags?: NotificationFlags;<br>New version information: ?NotificationFlags|notificationRequest.d.ts|
211|Type changed|Class name: NotificationRequest;<br>Method or attribute name: removalWantAgent?: WantAgent;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: removalWantAgent?: WantAgent;<br>New version information: ?WantAgent|notificationRequest.d.ts|
212|Type changed|Class name: NotificationRequest;<br>Method or attribute name: badgeNumber?: number;<br>Old version information: |Class name: NotificationRequest;<br>Method or attribute name: badgeNumber?: number;<br>New version information: ?number|notificationRequest.d.ts|
213|Type changed|Class name: DistributedOptions;<br>Method or attribute name: isDistributed?: boolean;<br>Old version information: |Class name: DistributedOptions;<br>Method or attribute name: isDistributed?: boolean;<br>New version information: ?boolean|notificationRequest.d.ts|
214|Type changed|Class name: DistributedOptions;<br>Method or attribute name: supportDisplayDevices?: Array\<string>;<br>Old version information: |Class name: DistributedOptions;<br>Method or attribute name: supportDisplayDevices?: Array\<string>;<br>New version information: ?Array\<string>|notificationRequest.d.ts|
215|Type changed|Class name: DistributedOptions;<br>Method or attribute name: supportOperateDevices?: Array\<string>;<br>Old version information: |Class name: DistributedOptions;<br>Method or attribute name: supportOperateDevices?: Array\<string>;<br>New version information: ?Array\<string>|notificationRequest.d.ts|
216|Type changed|Class name: DistributedOptions;<br>Method or attribute name: readonly remindType?: number;<br>Old version information: |Class name: DistributedOptions;<br>Method or attribute name: readonly remindType?: number;<br>New version information: ?number|notificationRequest.d.ts|
217|Type changed|Class name: NotificationSlot;<br>Method or attribute name: type: notification.SlotType;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: type: notification.SlotType;<br>New version information: notification.SlotType|notificationSlot.d.ts|
218|Type changed|Class name: NotificationSlot;<br>Method or attribute name: level?: notification.SlotLevel;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: level?: notification.SlotLevel;<br>New version information: ?notification.SlotLevel|notificationSlot.d.ts|
219|Type changed|Class name: NotificationSlot;<br>Method or attribute name: desc?: string;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: desc?: string;<br>New version information: ?string|notificationSlot.d.ts|
220|Type changed|Class name: NotificationSlot;<br>Method or attribute name: badgeFlag?: boolean;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: badgeFlag?: boolean;<br>New version information: ?boolean|notificationSlot.d.ts|
221|Type changed|Class name: NotificationSlot;<br>Method or attribute name: bypassDnd?: boolean;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: bypassDnd?: boolean;<br>New version information: ?boolean|notificationSlot.d.ts|
222|Type changed|Class name: NotificationSlot;<br>Method or attribute name: lockscreenVisibility?: number;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: lockscreenVisibility?: number;<br>New version information: ?number|notificationSlot.d.ts|
223|Type changed|Class name: NotificationSlot;<br>Method or attribute name: vibrationEnabled?: boolean;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: vibrationEnabled?: boolean;<br>New version information: ?boolean|notificationSlot.d.ts|
224|Type changed|Class name: NotificationSlot;<br>Method or attribute name: sound?: string;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: sound?: string;<br>New version information: ?string|notificationSlot.d.ts|
225|Type changed|Class name: NotificationSlot;<br>Method or attribute name: lightEnabled?: boolean;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: lightEnabled?: boolean;<br>New version information: ?boolean|notificationSlot.d.ts|
226|Type changed|Class name: NotificationSlot;<br>Method or attribute name: lightColor?: number;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: lightColor?: number;<br>New version information: ?number|notificationSlot.d.ts|
227|Type changed|Class name: NotificationSlot;<br>Method or attribute name: vibrationValues?: Array\<number>;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: vibrationValues?: Array\<number>;<br>New version information: ?Array\<number>|notificationSlot.d.ts|
228|Type changed|Class name: NotificationSlot;<br>Method or attribute name: readonly enabled?: boolean;<br>Old version information: |Class name: NotificationSlot;<br>Method or attribute name: readonly enabled?: boolean;<br>New version information: ?boolean|notificationSlot.d.ts|
229|Type changed|Class name: NotificationSorting;<br>Method or attribute name: readonly slot: NotificationSlot;<br>Old version information: |Class name: NotificationSorting;<br>Method or attribute name: readonly slot: NotificationSlot;<br>New version information: NotificationSlot|notificationSorting.d.ts|
230|Type changed|Class name: NotificationSorting;<br>Method or attribute name: readonly hashCode: string;<br>Old version information: |Class name: NotificationSorting;<br>Method or attribute name: readonly hashCode: string;<br>New version information: string|notificationSorting.d.ts|
231|Type changed|Class name: NotificationSorting;<br>Method or attribute name: readonly ranking: number;<br>Old version information: |Class name: NotificationSorting;<br>Method or attribute name: readonly ranking: number;<br>New version information: number|notificationSorting.d.ts|
232|Type changed|Class name: NotificationSortingMap;<br>Method or attribute name: readonly sortings: { [key: string]: NotificationSorting };<br>Old version information: |Class name: NotificationSortingMap;<br>Method or attribute name: readonly sortings: { [key: string]: NotificationSorting };<br>New version information: object|notificationSortingMap.d.ts|
233|Type changed|Class name: NotificationSortingMap;<br>Method or attribute name: readonly sortedHashCode: Array\<string>;<br>Old version information: |Class name: NotificationSortingMap;<br>Method or attribute name: readonly sortedHashCode: Array\<string>;<br>New version information: Array\<string>|notificationSortingMap.d.ts|
234|Type changed|Class name: NotificationSubscribeInfo;<br>Method or attribute name: bundleNames?: Array\<string>;<br>Old version information: |Class name: NotificationSubscribeInfo;<br>Method or attribute name: bundleNames?: Array\<string>;<br>New version information: ?Array\<string>|notificationSubscribeInfo.d.ts|
235|Type changed|Class name: NotificationSubscribeInfo;<br>Method or attribute name: userId?: number;<br>Old version information: |Class name: NotificationSubscribeInfo;<br>Method or attribute name: userId?: number;<br>New version information: ?number|notificationSubscribeInfo.d.ts|
236|Type changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly request: NotificationRequest;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly request: NotificationRequest;<br>New version information: NotificationRequest|notificationSubscriber.d.ts|
237|Type changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly sortingMap?: NotificationSortingMap;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly sortingMap?: NotificationSortingMap;<br>New version information: ?NotificationSortingMap|notificationSubscriber.d.ts|
238|Type changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly reason?: number;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly reason?: number;<br>New version information: ?number|notificationSubscriber.d.ts|
239|Type changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly sound?: string;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly sound?: string;<br>New version information: ?string|notificationSubscriber.d.ts|
240|Type changed|Class name: SubscribeCallbackData;<br>Method or attribute name: readonly vibrationValues?: Array\<number>;<br>Old version information: |Class name: SubscribeCallbackData;<br>Method or attribute name: readonly vibrationValues?: Array\<number>;<br>New version information: ?Array\<number>|notificationSubscriber.d.ts|
241|Type changed|Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly bundle: string;<br>Old version information: |Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly bundle: string;<br>New version information: string|notificationSubscriber.d.ts|
242|Type changed|Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly bundle: string;<br>Old version information: |Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly bundle: string;<br>New version information: string|notificationSubscriber.d.ts|
243|Type changed|Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly uid: number;<br>Old version information: |Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly uid: number;<br>New version information: number|notificationSubscriber.d.ts|
244|Type changed|Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly uid: number;<br>Old version information: |Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly uid: number;<br>New version information: number|notificationSubscriber.d.ts|
245|Type changed|Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly enable: boolean;<br>Old version information: |Class name: EnabledNotificationCallbackData;<br>Method or attribute name: readonly enable: boolean;<br>New version information: boolean|notificationSubscriber.d.ts|
246|Type changed|Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly badgeNumber: number;<br>Old version information: |Class name: BadgeNumberCallbackData;<br>Method or attribute name: readonly badgeNumber: number;<br>New version information: number|notificationSubscriber.d.ts|
247|Type changed|Class name: NotificationTemplate;<br>Method or attribute name: name: string;<br>Old version information: |Class name: NotificationTemplate;<br>Method or attribute name: name: string;<br>New version information: string|notificationTemplate.d.ts|
248|Type changed|Class name: NotificationTemplate;<br>Method or attribute name: data: { [key: string]: Object };<br>Old version information: |Class name: NotificationTemplate;<br>Method or attribute name: data: { [key: string]: Object };<br>New version information: object|notificationTemplate.d.ts|
249|Type changed|Class name: NotificationUserInput;<br>Method or attribute name: inputKey: string;<br>Old version information: |Class name: NotificationUserInput;<br>Method or attribute name: inputKey: string;<br>New version information: string|notificationUserInput.d.ts|
250|Function changed|Class name: NotificationRequest;<br>Method or attribute name: readonly isRemoveAllowed?: boolean;|Class name: NotificationRequest;<br>Method or attribute name: isRemoveAllowed?: boolean;|notificationRequest.d.ts|
251