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