Change Type | Old Version | New Version | d.ts File |
---|---|---|---|
Added | NA | Class name: Support; Method or attribute name: COMMON_EVENT_CHARGE_IDLE_MODE_CHANGED = 'usual.event.CHARGE_IDLE_MODE_CHANGED' |
@ohos.commonEventManager.d.ts |
Added | NA | Class name: emitter; Method or attribute name: function off(eventId: number, callback: Callback<EventData>): void; |
@ohos.events.emitter.d.ts |
Added | NA | Class name: notificationSubscribe; Method or attribute name: function remove(hashCodes: Array<String>, reason: RemoveReason, callback: AsyncCallback<void>): void; |
@ohos.notificationSubscribe.d.ts |
Added | NA | Class name: notificationSubscribe; Method or attribute name: function remove(hashCodes: Array<String>, reason: RemoveReason): Promise<void>; |
@ohos.notificationSubscribe.d.ts |
Error code changed | Class name: reminderAgentManager; Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number>): void; Old version information: 401 |
Class name: reminderAgentManager; Method or attribute name: function publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<number>): void; New version information: 401,1700001,1700002 |
@ohos.reminderAgentManager.d.ts |
Error code changed | Class name: reminderAgentManager; Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise<number>; Old version information: 401 |
Class name: reminderAgentManager; Method or attribute name: function publishReminder(reminderReq: ReminderRequest): Promise<number>; New version information: 401,1700001,1700002 |
@ohos.reminderAgentManager.d.ts |
Error code changed | Class name: reminderAgentManager; Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: reminderAgentManager; Method or attribute name: function cancelReminder(reminderId: number, callback: AsyncCallback<void>): void; New version information: 401,1700003,1700004 |
@ohos.reminderAgentManager.d.ts |
Error code changed | Class name: reminderAgentManager; Method or attribute name: function cancelReminder(reminderId: number): Promise<void>; Old version information: 401 |
Class name: reminderAgentManager; Method or attribute name: function cancelReminder(reminderId: number): Promise<void>; New version information: 401,1700003,1700004 |
@ohos.reminderAgentManager.d.ts |
Error code changed | Class name: reminderAgentManager; Method or attribute name: function getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>): void; Old version information: 401 |
Class name: reminderAgentManager; Method or attribute name: function getValidReminders(callback: AsyncCallback<Array<ReminderRequest>>): void; New version information: 401,1700004 |
@ohos.reminderAgentManager.d.ts |
Error code changed | Class name: reminderAgentManager; Method or attribute name: function getValidReminders(): Promise<Array<ReminderRequest>>; Old version information: 401 |
Class name: reminderAgentManager; Method or attribute name: function getValidReminders(): Promise<Array<ReminderRequest>>; New version information: 401,1700004 |
@ohos.reminderAgentManager.d.ts |
Error code changed | Class name: reminderAgentManager; Method or attribute name: function cancelAllReminders(callback: AsyncCallback<void>): void; Old version information: 401 |
Class name: reminderAgentManager; Method or attribute name: function cancelAllReminders(callback: AsyncCallback<void>): void; New version information: 401,1700004 |
@ohos.reminderAgentManager.d.ts |
Error code changed | Class name: reminderAgentManager; Method or attribute name: function cancelAllReminders(): Promise<void>; Old version information: 401 |
Class name: reminderAgentManager; Method or attribute name: function cancelAllReminders(): Promise<void>; New version information: 401,1700004 |
@ohos.reminderAgentManager.d.ts |
Access level changed | Class name: notification; Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise<void>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function isNotificationEnabled(userId: number): Promise<boolean>; Old version information: |
Class name: notification; Method or attribute name: function isNotificationEnabled(userId: number): Promise<boolean>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function removeAll(userId: number): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function removeAll(userId: number): Promise<void>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise<void>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise<void>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise<void>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function getDoNotDisturbDate(): Promise<DoNotDisturbDate>; Old version information: |
Class name: notification; Method or attribute name: function getDoNotDisturbDate(): Promise<DoNotDisturbDate>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function getDoNotDisturbDate(userId: number): Promise<DoNotDisturbDate>; Old version information: |
Class name: notification; Method or attribute name: function getDoNotDisturbDate(userId: number): Promise<DoNotDisturbDate>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function supportDoNotDisturbMode(): Promise<boolean>; Old version information: |
Class name: notification; Method or attribute name: function supportDoNotDisturbMode(): Promise<boolean>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function enableDistributed(enable: boolean): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function enableDistributed(enable: boolean): Promise<void>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise<void>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise<boolean>; Old version information: |
Class name: notification; Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise<boolean>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: notification; Method or attribute name: function getDeviceRemindType(): Promise<DeviceRemindType>; Old version information: |
Class name: notification; Method or attribute name: function getDeviceRemindType(): Promise<DeviceRemindType>; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DoNotDisturbType; Method or attribute name: TYPE_NONE = 0 Old version information: |
Class name: DoNotDisturbType; Method or attribute name: TYPE_NONE = 0 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DoNotDisturbType; Method or attribute name: TYPE_ONCE = 1 Old version information: |
Class name: DoNotDisturbType; Method or attribute name: TYPE_ONCE = 1 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DoNotDisturbType; Method or attribute name: TYPE_DAILY = 2 Old version information: |
Class name: DoNotDisturbType; Method or attribute name: TYPE_DAILY = 2 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DoNotDisturbType; Method or attribute name: TYPE_CLEARLY = 3 Old version information: |
Class name: DoNotDisturbType; Method or attribute name: TYPE_CLEARLY = 3 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DoNotDisturbDate; Method or attribute name: type: DoNotDisturbType; Old version information: |
Class name: DoNotDisturbDate; Method or attribute name: type: DoNotDisturbType; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DoNotDisturbDate; Method or attribute name: begin: Date; Old version information: |
Class name: DoNotDisturbDate; Method or attribute name: begin: Date; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DoNotDisturbDate; Method or attribute name: end: Date; Old version information: |
Class name: DoNotDisturbDate; Method or attribute name: end: Date; New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DeviceRemindType; Method or attribute name: IDLE_DONOT_REMIND = 0 Old version information: |
Class name: DeviceRemindType; Method or attribute name: IDLE_DONOT_REMIND = 0 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DeviceRemindType; Method or attribute name: IDLE_REMIND = 1 Old version information: |
Class name: DeviceRemindType; Method or attribute name: IDLE_REMIND = 1 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DeviceRemindType; Method or attribute name: ACTIVE_DONOT_REMIND = 2 Old version information: |
Class name: DeviceRemindType; Method or attribute name: ACTIVE_DONOT_REMIND = 2 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: DeviceRemindType; Method or attribute name: ACTIVE_REMIND = 3 Old version information: |
Class name: DeviceRemindType; Method or attribute name: ACTIVE_REMIND = 3 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: SourceType; Method or attribute name: TYPE_NORMAL = 0 Old version information: |
Class name: SourceType; Method or attribute name: TYPE_NORMAL = 0 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: SourceType; Method or attribute name: TYPE_CONTINUOUS = 1 Old version information: |
Class name: SourceType; Method or attribute name: TYPE_CONTINUOUS = 1 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: SourceType; Method or attribute name: TYPE_TIMER = 2 Old version information: |
Class name: SourceType; Method or attribute name: TYPE_TIMER = 2 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: RemoveReason; Method or attribute name: CLICK_REASON_REMOVE = 1 Old version information: |
Class name: RemoveReason; Method or attribute name: CLICK_REASON_REMOVE = 1 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: RemoveReason; Method or attribute name: CANCEL_REASON_REMOVE = 2 Old version information: |
Class name: RemoveReason; Method or attribute name: CANCEL_REASON_REMOVE = 2 New version information: systemapi |
@ohos.notification.d.ts |
Access level changed | Class name: NotificationCheckInfo; Method or attribute name: bundleName: string; Old version information: |
Class name: NotificationCheckInfo; Method or attribute name: bundleName: string; New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: NotificationCheckInfo; Method or attribute name: notificationId: number; Old version information: |
Class name: NotificationCheckInfo; Method or attribute name: notificationId: number; New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: NotificationCheckInfo; Method or attribute name: contentType: ContentType; Old version information: |
Class name: NotificationCheckInfo; Method or attribute name: contentType: ContentType; New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: NotificationCheckResult; Method or attribute name: code: number; Old version information: |
Class name: NotificationCheckResult; Method or attribute name: code: number; New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: NotificationCheckResult; Method or attribute name: message: string; Old version information: |
Class name: NotificationCheckResult; Method or attribute name: message: string; New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DoNotDisturbType; Method or attribute name: TYPE_NONE = 0 Old version information: |
Class name: DoNotDisturbType; Method or attribute name: TYPE_NONE = 0 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DoNotDisturbType; Method or attribute name: TYPE_ONCE = 1 Old version information: |
Class name: DoNotDisturbType; Method or attribute name: TYPE_ONCE = 1 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DoNotDisturbType; Method or attribute name: TYPE_DAILY = 2 Old version information: |
Class name: DoNotDisturbType; Method or attribute name: TYPE_DAILY = 2 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DoNotDisturbType; Method or attribute name: TYPE_CLEARLY = 3 Old version information: |
Class name: DoNotDisturbType; Method or attribute name: TYPE_CLEARLY = 3 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DoNotDisturbDate; Method or attribute name: type: DoNotDisturbType; Old version information: |
Class name: DoNotDisturbDate; Method or attribute name: type: DoNotDisturbType; New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DoNotDisturbDate; Method or attribute name: begin: Date; Old version information: |
Class name: DoNotDisturbDate; Method or attribute name: begin: Date; New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DoNotDisturbDate; Method or attribute name: end: Date; Old version information: |
Class name: DoNotDisturbDate; Method or attribute name: end: Date; New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DeviceRemindType; Method or attribute name: IDLE_DONOT_REMIND = 0 Old version information: |
Class name: DeviceRemindType; Method or attribute name: IDLE_DONOT_REMIND = 0 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DeviceRemindType; Method or attribute name: IDLE_REMIND = 1 Old version information: |
Class name: DeviceRemindType; Method or attribute name: IDLE_REMIND = 1 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DeviceRemindType; Method or attribute name: ACTIVE_DONOT_REMIND = 2 Old version information: |
Class name: DeviceRemindType; Method or attribute name: ACTIVE_DONOT_REMIND = 2 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: DeviceRemindType; Method or attribute name: ACTIVE_REMIND = 3 Old version information: |
Class name: DeviceRemindType; Method or attribute name: ACTIVE_REMIND = 3 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: SourceType; Method or attribute name: TYPE_NORMAL = 0 Old version information: |
Class name: SourceType; Method or attribute name: TYPE_NORMAL = 0 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: SourceType; Method or attribute name: TYPE_CONTINUOUS = 1 Old version information: |
Class name: SourceType; Method or attribute name: TYPE_CONTINUOUS = 1 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: SourceType; Method or attribute name: TYPE_TIMER = 2 Old version information: |
Class name: SourceType; Method or attribute name: TYPE_TIMER = 2 New version information: systemapi |
@ohos.notificationManager.d.ts |
Access level changed | Class name: notificationSubscribe; Method or attribute name: export type BundleOption = _BundleOption; Old version information: |
Class name: notificationSubscribe; Method or attribute name: export type BundleOption = _BundleOption; New version information: systemapi |
@ohos.notificationSubscribe.d.ts |
Access level changed | Class name: NotificationKey; Method or attribute name: id: number; Old version information: |
Class name: NotificationKey; Method or attribute name: id: number; New version information: systemapi |
@ohos.notificationSubscribe.d.ts |
Access level changed | Class name: NotificationKey; Method or attribute name: label?: string; Old version information: |
Class name: NotificationKey; Method or attribute name: label?: string; New version information: systemapi |
@ohos.notificationSubscribe.d.ts |
Access level changed | Class name: RemoveReason; Method or attribute name: CLICK_REASON_REMOVE = 1 Old version information: |
Class name: RemoveReason; Method or attribute name: CLICK_REASON_REMOVE = 1 New version information: systemapi |
@ohos.notificationSubscribe.d.ts |
Access level changed | Class name: RemoveReason; Method or attribute name: CANCEL_REASON_REMOVE = 2 Old version information: |
Class name: RemoveReason; Method or attribute name: CANCEL_REASON_REMOVE = 2 New version information: systemapi |
@ohos.notificationSubscribe.d.ts |
Access level changed | Class name: NotificationSorting; Method or attribute name: readonly slot: NotificationSlot; Old version information: |
Class name: NotificationSorting; Method or attribute name: readonly slot: NotificationSlot; New version information: systemapi |
notificationSorting.d.ts |
Access level changed | Class name: NotificationSorting; Method or attribute name: readonly hashCode: string; Old version information: |
Class name: NotificationSorting; Method or attribute name: readonly hashCode: string; New version information: systemapi |
notificationSorting.d.ts |
Access level changed | Class name: NotificationSorting; Method or attribute name: readonly ranking: number; Old version information: |
Class name: NotificationSorting; Method or attribute name: readonly ranking: number; New version information: systemapi |
notificationSorting.d.ts |
Access level changed | Class name: NotificationSortingMap; Method or attribute name: readonly sortings: { [key: string]: NotificationSorting }; Old version information: |
Class name: NotificationSortingMap; Method or attribute name: readonly sortings: { [key: string]: NotificationSorting }; New version information: systemapi |
notificationSortingMap.d.ts |
Access level changed | Class name: NotificationSortingMap; Method or attribute name: readonly sortedHashCode: Array<string>; Old version information: |
Class name: NotificationSortingMap; Method or attribute name: readonly sortedHashCode: Array<string>; New version information: systemapi |
notificationSortingMap.d.ts |
Access level changed | Class name: NotificationSubscribeInfo; Method or attribute name: bundleNames?: Array<string>; Old version information: |
Class name: NotificationSubscribeInfo; Method or attribute name: bundleNames?: Array<string>; New version information: systemapi |
notificationSubscribeInfo.d.ts |
Access level changed | Class name: NotificationSubscribeInfo; Method or attribute name: userId?: number; Old version information: |
Class name: NotificationSubscribeInfo; Method or attribute name: userId?: number; New version information: systemapi |
notificationSubscribeInfo.d.ts |
Access level changed | Class name: NotificationSubscriber; Method or attribute name: onConsume?: (data: SubscribeCallbackData) => void; Old version information: |
Class name: NotificationSubscriber; Method or attribute name: onConsume?: (data: SubscribeCallbackData) => void; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: NotificationSubscriber; Method or attribute name: onCancel?: (data: SubscribeCallbackData) => void; Old version information: |
Class name: NotificationSubscriber; Method or attribute name: onCancel?: (data: SubscribeCallbackData) => void; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: NotificationSubscriber; Method or attribute name: onUpdate?: (data: NotificationSortingMap) => void; Old version information: |
Class name: NotificationSubscriber; Method or attribute name: onUpdate?: (data: NotificationSortingMap) => void; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: NotificationSubscriber; Method or attribute name: onConnect?: () => void; Old version information: |
Class name: NotificationSubscriber; Method or attribute name: onConnect?: () => void; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: NotificationSubscriber; Method or attribute name: onDisconnect?: () => void; Old version information: |
Class name: NotificationSubscriber; Method or attribute name: onDisconnect?: () => void; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: NotificationSubscriber; Method or attribute name: onDestroy?: () => void; Old version information: |
Class name: NotificationSubscriber; Method or attribute name: onDestroy?: () => void; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: NotificationSubscriber; Method or attribute name: onDoNotDisturbDateChange?: (mode: notification.DoNotDisturbDate) => void; Old version information: |
Class name: NotificationSubscriber; Method or attribute name: onDoNotDisturbDateChange?: (mode: notification.DoNotDisturbDate) => void; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: NotificationSubscriber; Method or attribute name: onEnabledNotificationChanged?: (callbackData: EnabledNotificationCallbackData) => void; Old version information: |
Class name: NotificationSubscriber; Method or attribute name: onEnabledNotificationChanged?: (callbackData: EnabledNotificationCallbackData) => void; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: NotificationSubscriber; Method or attribute name: onBadgeChanged?: (data: BadgeNumberCallbackData) => void; Old version information: |
Class name: NotificationSubscriber; Method or attribute name: onBadgeChanged?: (data: BadgeNumberCallbackData) => void; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: SubscribeCallbackData; Method or attribute name: readonly request: NotificationRequest; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly request: NotificationRequest; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: SubscribeCallbackData; Method or attribute name: readonly sortingMap?: NotificationSortingMap; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly sortingMap?: NotificationSortingMap; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: SubscribeCallbackData; Method or attribute name: readonly reason?: number; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly reason?: number; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: SubscribeCallbackData; Method or attribute name: readonly sound?: string; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly sound?: string; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: SubscribeCallbackData; Method or attribute name: readonly vibrationValues?: Array<number>; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly vibrationValues?: Array<number>; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: EnabledNotificationCallbackData; Method or attribute name: readonly bundle: string; Old version information: |
Class name: EnabledNotificationCallbackData; Method or attribute name: readonly bundle: string; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: BadgeNumberCallbackData; Method or attribute name: readonly bundle: string; Old version information: |
Class name: BadgeNumberCallbackData; Method or attribute name: readonly bundle: string; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: EnabledNotificationCallbackData; Method or attribute name: readonly uid: number; Old version information: |
Class name: EnabledNotificationCallbackData; Method or attribute name: readonly uid: number; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: BadgeNumberCallbackData; Method or attribute name: readonly uid: number; Old version information: |
Class name: BadgeNumberCallbackData; Method or attribute name: readonly uid: number; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: EnabledNotificationCallbackData; Method or attribute name: readonly enable: boolean; Old version information: |
Class name: EnabledNotificationCallbackData; Method or attribute name: readonly enable: boolean; New version information: systemapi |
notificationSubscriber.d.ts |
Access level changed | Class name: BadgeNumberCallbackData; Method or attribute name: readonly badgeNumber: number; Old version information: |
Class name: BadgeNumberCallbackData; Method or attribute name: readonly badgeNumber: number; New version information: systemapi |
notificationSubscriber.d.ts |
Permission changed | Class name: notification; Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function publish(request: NotificationRequest, userId: number): Promise<void>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function isNotificationEnabled(userId: number): Promise<boolean>; Old version information: |
Class name: notification; Method or attribute name: function isNotificationEnabled(userId: number): Promise<boolean>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function removeAll(userId: number): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function removeAll(userId: number): Promise<void>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function removeGroupByBundle(bundle: BundleOption, groupName: string): Promise<void>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate): Promise<void>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise<void>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function getDoNotDisturbDate(): Promise<DoNotDisturbDate>; Old version information: |
Class name: notification; Method or attribute name: function getDoNotDisturbDate(): Promise<DoNotDisturbDate>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function getDoNotDisturbDate(userId: number): Promise<DoNotDisturbDate>; Old version information: |
Class name: notification; Method or attribute name: function getDoNotDisturbDate(userId: number): Promise<DoNotDisturbDate>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function supportDoNotDisturbMode(): Promise<boolean>; Old version information: |
Class name: notification; Method or attribute name: function supportDoNotDisturbMode(): Promise<boolean>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function enableDistributed(enable: boolean): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function enableDistributed(enable: boolean): Promise<void>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise<void>; Old version information: |
Class name: notification; Method or attribute name: function enableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise<void>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise<boolean>; Old version information: |
Class name: notification; Method or attribute name: function isDistributedEnabledByBundle(bundle: BundleOption): Promise<boolean>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: notification; Method or attribute name: function getDeviceRemindType(): Promise<DeviceRemindType>; Old version information: |
Class name: notification; Method or attribute name: function getDeviceRemindType(): Promise<DeviceRemindType>; New version information: ohos.permission.NOTIFICATION_CONTROLLER |
@ohos.notification.d.ts |
Permission changed | Class name: NotificationCheckInfo; Method or attribute name: bundleName: string; Old version information: |
Class name: NotificationCheckInfo; Method or attribute name: bundleName: string; New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER |
@ohos.notificationManager.d.ts |
Permission changed | Class name: NotificationCheckInfo; Method or attribute name: notificationId: number; Old version information: |
Class name: NotificationCheckInfo; Method or attribute name: notificationId: number; New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER |
@ohos.notificationManager.d.ts |
Permission changed | Class name: NotificationCheckInfo; Method or attribute name: contentType: ContentType; Old version information: |
Class name: NotificationCheckInfo; Method or attribute name: contentType: ContentType; New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER |
@ohos.notificationManager.d.ts |
Permission changed | Class name: NotificationCheckResult; Method or attribute name: code: number; Old version information: |
Class name: NotificationCheckResult; Method or attribute name: code: number; New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER |
@ohos.notificationManager.d.ts |
Permission changed | Class name: NotificationCheckResult; Method or attribute name: message: string; Old version information: |
Class name: NotificationCheckResult; Method or attribute name: message: string; New version information: ohos.permission.NOTIFICATION_CONTROLLER,ohos.permission.NOTIFICATION_AGENT_CONTROLLER |
@ohos.notificationManager.d.ts |
Type changed | Class name: EventData; Method or attribute name: data?: { [key: string]: any }; Old version information: |
Class name: EventData; Method or attribute name: data?: { [key: string]: any }; New version information: ?object |
@ohos.events.emitter.d.ts |
Type changed | Class name: InnerEvent; Method or attribute name: eventId: number; Old version information: |
Class name: InnerEvent; Method or attribute name: eventId: number; New version information: number |
@ohos.events.emitter.d.ts |
Type changed | Class name: InnerEvent; Method or attribute name: priority?: EventPriority; Old version information: |
Class name: InnerEvent; Method or attribute name: priority?: EventPriority; New version information: ?EventPriority |
@ohos.events.emitter.d.ts |
Type changed | Class name: BundleOption; Method or attribute name: bundle: string; Old version information: |
Class name: BundleOption; Method or attribute name: bundle: string; New version information: string |
@ohos.notification.d.ts |
Type changed | Class name: BundleOption; Method or attribute name: uid?: number; Old version information: |
Class name: BundleOption; Method or attribute name: uid?: number; New version information: ?number |
@ohos.notification.d.ts |
Type changed | Class name: NotificationKey; Method or attribute name: id: number; Old version information: |
Class name: NotificationKey; Method or attribute name: id: number; New version information: number |
@ohos.notification.d.ts |
Type changed | Class name: NotificationKey; Method or attribute name: label?: string; Old version information: |
Class name: NotificationKey; Method or attribute name: label?: string; New version information: ?string |
@ohos.notification.d.ts |
Type changed | Class name: NotificationCheckInfo; Method or attribute name: bundleName: string; Old version information: |
Class name: NotificationCheckInfo; Method or attribute name: bundleName: string; New version information: string |
@ohos.notificationManager.d.ts |
Type changed | Class name: NotificationCheckInfo; Method or attribute name: notificationId: number; Old version information: |
Class name: NotificationCheckInfo; Method or attribute name: notificationId: number; New version information: number |
@ohos.notificationManager.d.ts |
Type changed | Class name: NotificationCheckInfo; Method or attribute name: contentType: ContentType; Old version information: |
Class name: NotificationCheckInfo; Method or attribute name: contentType: ContentType; New version information: ContentType |
@ohos.notificationManager.d.ts |
Type changed | Class name: NotificationCheckResult; Method or attribute name: code: number; Old version information: |
Class name: NotificationCheckResult; Method or attribute name: code: number; New version information: number |
@ohos.notificationManager.d.ts |
Type changed | Class name: NotificationCheckResult; Method or attribute name: message: string; Old version information: |
Class name: NotificationCheckResult; Method or attribute name: message: string; New version information: string |
@ohos.notificationManager.d.ts |
Type changed | Class name: DoNotDisturbDate; Method or attribute name: type: DoNotDisturbType; Old version information: |
Class name: DoNotDisturbDate; Method or attribute name: type: DoNotDisturbType; New version information: DoNotDisturbType |
@ohos.notificationManager.d.ts |
Type changed | Class name: DoNotDisturbDate; Method or attribute name: begin: Date; Old version information: |
Class name: DoNotDisturbDate; Method or attribute name: begin: Date; New version information: Date |
@ohos.notificationManager.d.ts |
Type changed | Class name: DoNotDisturbDate; Method or attribute name: end: Date; Old version information: |
Class name: DoNotDisturbDate; Method or attribute name: end: Date; New version information: Date |
@ohos.notificationManager.d.ts |
Type changed | Class name: NotificationKey; Method or attribute name: id: number; Old version information: |
Class name: NotificationKey; Method or attribute name: id: number; New version information: number |
@ohos.notificationSubscribe.d.ts |
Type changed | Class name: NotificationKey; Method or attribute name: label?: string; Old version information: |
Class name: NotificationKey; Method or attribute name: label?: string; New version information: ?string |
@ohos.notificationSubscribe.d.ts |
Type changed | Class name: ActionResult; Method or attribute name: bundleName: string; Old version information: |
Class name: ActionResult; Method or attribute name: bundleName: string; New version information: string |
@system.notification.d.ts |
Type changed | Class name: ActionResult; Method or attribute name: abilityName: string; Old version information: |
Class name: ActionResult; Method or attribute name: abilityName: string; New version information: string |
@system.notification.d.ts |
Type changed | Class name: ActionResult; Method or attribute name: uri: string; Old version information: |
Class name: ActionResult; Method or attribute name: uri: string; New version information: string |
@system.notification.d.ts |
Type changed | Class name: ShowNotificationOptions; Method or attribute name: contentTitle?: string; Old version information: |
Class name: ShowNotificationOptions; Method or attribute name: contentTitle?: string; New version information: ?string |
@system.notification.d.ts |
Type changed | Class name: ShowNotificationOptions; Method or attribute name: contentText?: string; Old version information: |
Class name: ShowNotificationOptions; Method or attribute name: contentText?: string; New version information: ?string |
@system.notification.d.ts |
Type changed | Class name: ShowNotificationOptions; Method or attribute name: clickAction?: ActionResult; Old version information: |
Class name: ShowNotificationOptions; Method or attribute name: clickAction?: ActionResult; New version information: ?ActionResult |
@system.notification.d.ts |
Type changed | Class name: CommonEventData; Method or attribute name: event: string; Old version information: |
Class name: CommonEventData; Method or attribute name: event: string; New version information: string |
commonEventData.d.ts |
Type changed | Class name: CommonEventData; Method or attribute name: bundleName?: string; Old version information: |
Class name: CommonEventData; Method or attribute name: bundleName?: string; New version information: ?string |
commonEventData.d.ts |
Type changed | Class name: CommonEventData; Method or attribute name: code?: number; Old version information: |
Class name: CommonEventData; Method or attribute name: code?: number; New version information: ?number |
commonEventData.d.ts |
Type changed | Class name: CommonEventData; Method or attribute name: data?: string; Old version information: |
Class name: CommonEventData; Method or attribute name: data?: string; New version information: ?string |
commonEventData.d.ts |
Type changed | Class name: CommonEventData; Method or attribute name: parameters?: { [key: string]: any }; Old version information: |
Class name: CommonEventData; Method or attribute name: parameters?: { [key: string]: any }; New version information: ?object |
commonEventData.d.ts |
Type changed | Class name: CommonEventPublishData; Method or attribute name: bundleName?: string; Old version information: |
Class name: CommonEventPublishData; Method or attribute name: bundleName?: string; New version information: ?string |
commonEventPublishData.d.ts |
Type changed | Class name: CommonEventPublishData; Method or attribute name: code?: number; Old version information: |
Class name: CommonEventPublishData; Method or attribute name: code?: number; New version information: ?number |
commonEventPublishData.d.ts |
Type changed | Class name: CommonEventPublishData; Method or attribute name: data?: string; Old version information: |
Class name: CommonEventPublishData; Method or attribute name: data?: string; New version information: ?string |
commonEventPublishData.d.ts |
Type changed | Class name: CommonEventPublishData; Method or attribute name: subscriberPermissions?: Array<string>; Old version information: |
Class name: CommonEventPublishData; Method or attribute name: subscriberPermissions?: Array<string>; New version information: ?Array<string> |
commonEventPublishData.d.ts |
Type changed | Class name: CommonEventPublishData; Method or attribute name: isOrdered?: boolean; Old version information: |
Class name: CommonEventPublishData; Method or attribute name: isOrdered?: boolean; New version information: ?boolean |
commonEventPublishData.d.ts |
Type changed | Class name: CommonEventPublishData; Method or attribute name: isSticky?: boolean; Old version information: |
Class name: CommonEventPublishData; Method or attribute name: isSticky?: boolean; New version information: ?boolean |
commonEventPublishData.d.ts |
Type changed | Class name: CommonEventPublishData; Method or attribute name: parameters?: { [key: string]: any }; Old version information: |
Class name: CommonEventPublishData; Method or attribute name: parameters?: { [key: string]: any }; New version information: ?object |
commonEventPublishData.d.ts |
Type changed | Class name: CommonEventSubscribeInfo; Method or attribute name: events: Array<string>; Old version information: |
Class name: CommonEventSubscribeInfo; Method or attribute name: events: Array<string>; New version information: Array<string> |
commonEventSubscribeInfo.d.ts |
Type changed | Class name: CommonEventSubscribeInfo; Method or attribute name: publisherPermission?: string; Old version information: |
Class name: CommonEventSubscribeInfo; Method or attribute name: publisherPermission?: string; New version information: ?string |
commonEventSubscribeInfo.d.ts |
Type changed | Class name: CommonEventSubscribeInfo; Method or attribute name: publisherDeviceId?: string; Old version information: |
Class name: CommonEventSubscribeInfo; Method or attribute name: publisherDeviceId?: string; New version information: ?string |
commonEventSubscribeInfo.d.ts |
Type changed | Class name: CommonEventSubscribeInfo; Method or attribute name: userId?: number; Old version information: |
Class name: CommonEventSubscribeInfo; Method or attribute name: userId?: number; New version information: ?number |
commonEventSubscribeInfo.d.ts |
Type changed | Class name: CommonEventSubscribeInfo; Method or attribute name: priority?: number; Old version information: |
Class name: CommonEventSubscribeInfo; Method or attribute name: priority?: number; New version information: ?number |
commonEventSubscribeInfo.d.ts |
Type changed | Class name: NotificationActionButton; Method or attribute name: title: string; Old version information: |
Class name: NotificationActionButton; Method or attribute name: title: string; New version information: string |
notificationActionButton.d.ts |
Type changed | Class name: NotificationActionButton; Method or attribute name: wantAgent: WantAgent; Old version information: |
Class name: NotificationActionButton; Method or attribute name: wantAgent: WantAgent; New version information: WantAgent |
notificationActionButton.d.ts |
Type changed | Class name: NotificationActionButton; Method or attribute name: extras?: { [key: string]: any }; Old version information: |
Class name: NotificationActionButton; Method or attribute name: extras?: { [key: string]: any }; New version information: ?object |
notificationActionButton.d.ts |
Type changed | Class name: NotificationActionButton; Method or attribute name: userInput?: NotificationUserInput; Old version information: |
Class name: NotificationActionButton; Method or attribute name: userInput?: NotificationUserInput; New version information: ?NotificationUserInput |
notificationActionButton.d.ts |
Type changed | Class name: BundleOption; Method or attribute name: bundle: string; Old version information: |
Class name: BundleOption; Method or attribute name: bundle: string; New version information: string |
NotificationCommonDef.d.ts |
Type changed | Class name: BundleOption; Method or attribute name: uid?: number; Old version information: |
Class name: BundleOption; Method or attribute name: uid?: number; New version information: ?number |
NotificationCommonDef.d.ts |
Type changed | Class name: NotificationBasicContent; Method or attribute name: title: string; Old version information: |
Class name: NotificationBasicContent; Method or attribute name: title: string; New version information: string |
notificationContent.d.ts |
Type changed | Class name: NotificationBasicContent; Method or attribute name: text: string; Old version information: |
Class name: NotificationBasicContent; Method or attribute name: text: string; New version information: string |
notificationContent.d.ts |
Type changed | Class name: NotificationBasicContent; Method or attribute name: additionalText?: string; Old version information: |
Class name: NotificationBasicContent; Method or attribute name: additionalText?: string; New version information: ?string |
notificationContent.d.ts |
Type changed | Class name: NotificationLongTextContent; Method or attribute name: longText: string; Old version information: |
Class name: NotificationLongTextContent; Method or attribute name: longText: string; New version information: string |
notificationContent.d.ts |
Type changed | Class name: NotificationLongTextContent; Method or attribute name: briefText: string; Old version information: |
Class name: NotificationLongTextContent; Method or attribute name: briefText: string; New version information: string |
notificationContent.d.ts |
Type changed | Class name: NotificationMultiLineContent; Method or attribute name: briefText: string; Old version information: |
Class name: NotificationMultiLineContent; Method or attribute name: briefText: string; New version information: string |
notificationContent.d.ts |
Type changed | Class name: NotificationPictureContent; Method or attribute name: briefText: string; Old version information: |
Class name: NotificationPictureContent; Method or attribute name: briefText: string; New version information: string |
notificationContent.d.ts |
Type changed | Class name: NotificationLongTextContent; Method or attribute name: expandedTitle: string; Old version information: |
Class name: NotificationLongTextContent; Method or attribute name: expandedTitle: string; New version information: string |
notificationContent.d.ts |
Type changed | Class name: NotificationPictureContent; Method or attribute name: expandedTitle: string; Old version information: |
Class name: NotificationPictureContent; Method or attribute name: expandedTitle: string; New version information: string |
notificationContent.d.ts |
Type changed | Class name: NotificationMultiLineContent; Method or attribute name: longTitle: string; Old version information: |
Class name: NotificationMultiLineContent; Method or attribute name: longTitle: string; New version information: string |
notificationContent.d.ts |
Type changed | Class name: NotificationMultiLineContent; Method or attribute name: lines: Array<string>; Old version information: |
Class name: NotificationMultiLineContent; Method or attribute name: lines: Array<string>; New version information: Array<string> |
notificationContent.d.ts |
Type changed | Class name: NotificationPictureContent; Method or attribute name: picture: image.PixelMap; Old version information: |
Class name: NotificationPictureContent; Method or attribute name: picture: image.PixelMap; New version information: image.PixelMap |
notificationContent.d.ts |
Type changed | Class name: NotificationContent; Method or attribute name: contentType: notification.ContentType; Old version information: |
Class name: NotificationContent; Method or attribute name: contentType: notification.ContentType; New version information: notification.ContentType |
notificationContent.d.ts |
Type changed | Class name: NotificationContent; Method or attribute name: normal?: NotificationBasicContent; Old version information: |
Class name: NotificationContent; Method or attribute name: normal?: NotificationBasicContent; New version information: ?NotificationBasicContent |
notificationContent.d.ts |
Type changed | Class name: NotificationContent; Method or attribute name: longText?: NotificationLongTextContent; Old version information: |
Class name: NotificationContent; Method or attribute name: longText?: NotificationLongTextContent; New version information: ?NotificationLongTextContent |
notificationContent.d.ts |
Type changed | Class name: NotificationContent; Method or attribute name: multiLine?: NotificationMultiLineContent; Old version information: |
Class name: NotificationContent; Method or attribute name: multiLine?: NotificationMultiLineContent; New version information: ?NotificationMultiLineContent |
notificationContent.d.ts |
Type changed | Class name: NotificationContent; Method or attribute name: picture?: NotificationPictureContent; Old version information: |
Class name: NotificationContent; Method or attribute name: picture?: NotificationPictureContent; New version information: ?NotificationPictureContent |
notificationContent.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: content: NotificationContent; Old version information: |
Class name: NotificationRequest; Method or attribute name: content: NotificationContent; New version information: NotificationContent |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: id?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: id?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: slotType?: notification.SlotType; Old version information: |
Class name: NotificationRequest; Method or attribute name: slotType?: notification.SlotType; New version information: ?notification.SlotType |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: isOngoing?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: isOngoing?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: isUnremovable?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: isUnremovable?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: deliveryTime?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: deliveryTime?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: tapDismissed?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: tapDismissed?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: autoDeletedTime?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: autoDeletedTime?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: wantAgent?: WantAgent; Old version information: |
Class name: NotificationRequest; Method or attribute name: wantAgent?: WantAgent; New version information: ?WantAgent |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: extraInfo?: { [key: string]: any }; Old version information: |
Class name: NotificationRequest; Method or attribute name: extraInfo?: { [key: string]: any }; New version information: ?object |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: color?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: color?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: colorEnabled?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: colorEnabled?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: isAlertOnce?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: isAlertOnce?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: isStopwatch?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: isStopwatch?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: isCountDown?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: isCountDown?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: isFloatingIcon?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: isFloatingIcon?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: label?: string; Old version information: |
Class name: NotificationRequest; Method or attribute name: label?: string; New version information: ?string |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: badgeIconStyle?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: badgeIconStyle?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: showDeliveryTime?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: showDeliveryTime?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: actionButtons?: Array<NotificationActionButton>; Old version information: |
Class name: NotificationRequest; Method or attribute name: actionButtons?: Array<NotificationActionButton>; New version information: ?Array<NotificationActionButton> |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: smallIcon?: image.PixelMap; Old version information: |
Class name: NotificationRequest; Method or attribute name: smallIcon?: image.PixelMap; New version information: ?image.PixelMap |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: largeIcon?: image.PixelMap; Old version information: |
Class name: NotificationRequest; Method or attribute name: largeIcon?: image.PixelMap; New version information: ?image.PixelMap |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: groupName?: string; Old version information: |
Class name: NotificationRequest; Method or attribute name: groupName?: string; New version information: ?string |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: readonly creatorBundleName?: string; Old version information: |
Class name: NotificationRequest; Method or attribute name: readonly creatorBundleName?: string; New version information: ?string |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: readonly creatorUid?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: readonly creatorUid?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: readonly creatorPid?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: readonly creatorPid?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: readonly creatorUserId?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: readonly creatorUserId?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: classification?: string; Old version information: |
Class name: NotificationRequest; Method or attribute name: classification?: string; New version information: ?string |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: readonly hashCode?: string; Old version information: |
Class name: NotificationRequest; Method or attribute name: readonly hashCode?: string; New version information: ?string |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: isRemoveAllowed?: boolean; Old version information: |
Class name: NotificationRequest; Method or attribute name: isRemoveAllowed?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: readonly source?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: readonly source?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: template?: NotificationTemplate; Old version information: |
Class name: NotificationRequest; Method or attribute name: template?: NotificationTemplate; New version information: ?NotificationTemplate |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: distributedOption?: DistributedOptions; Old version information: |
Class name: NotificationRequest; Method or attribute name: distributedOption?: DistributedOptions; New version information: ?DistributedOptions |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: readonly deviceId?: string; Old version information: |
Class name: NotificationRequest; Method or attribute name: readonly deviceId?: string; New version information: ?string |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: readonly notificationFlags?: NotificationFlags; Old version information: |
Class name: NotificationRequest; Method or attribute name: readonly notificationFlags?: NotificationFlags; New version information: ?NotificationFlags |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: removalWantAgent?: WantAgent; Old version information: |
Class name: NotificationRequest; Method or attribute name: removalWantAgent?: WantAgent; New version information: ?WantAgent |
notificationRequest.d.ts |
Type changed | Class name: NotificationRequest; Method or attribute name: badgeNumber?: number; Old version information: |
Class name: NotificationRequest; Method or attribute name: badgeNumber?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: DistributedOptions; Method or attribute name: isDistributed?: boolean; Old version information: |
Class name: DistributedOptions; Method or attribute name: isDistributed?: boolean; New version information: ?boolean |
notificationRequest.d.ts |
Type changed | Class name: DistributedOptions; Method or attribute name: supportDisplayDevices?: Array<string>; Old version information: |
Class name: DistributedOptions; Method or attribute name: supportDisplayDevices?: Array<string>; New version information: ?Array<string> |
notificationRequest.d.ts |
Type changed | Class name: DistributedOptions; Method or attribute name: supportOperateDevices?: Array<string>; Old version information: |
Class name: DistributedOptions; Method or attribute name: supportOperateDevices?: Array<string>; New version information: ?Array<string> |
notificationRequest.d.ts |
Type changed | Class name: DistributedOptions; Method or attribute name: readonly remindType?: number; Old version information: |
Class name: DistributedOptions; Method or attribute name: readonly remindType?: number; New version information: ?number |
notificationRequest.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: type: notification.SlotType; Old version information: |
Class name: NotificationSlot; Method or attribute name: type: notification.SlotType; New version information: notification.SlotType |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: level?: notification.SlotLevel; Old version information: |
Class name: NotificationSlot; Method or attribute name: level?: notification.SlotLevel; New version information: ?notification.SlotLevel |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: desc?: string; Old version information: |
Class name: NotificationSlot; Method or attribute name: desc?: string; New version information: ?string |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: badgeFlag?: boolean; Old version information: |
Class name: NotificationSlot; Method or attribute name: badgeFlag?: boolean; New version information: ?boolean |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: bypassDnd?: boolean; Old version information: |
Class name: NotificationSlot; Method or attribute name: bypassDnd?: boolean; New version information: ?boolean |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: lockscreenVisibility?: number; Old version information: |
Class name: NotificationSlot; Method or attribute name: lockscreenVisibility?: number; New version information: ?number |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: vibrationEnabled?: boolean; Old version information: |
Class name: NotificationSlot; Method or attribute name: vibrationEnabled?: boolean; New version information: ?boolean |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: sound?: string; Old version information: |
Class name: NotificationSlot; Method or attribute name: sound?: string; New version information: ?string |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: lightEnabled?: boolean; Old version information: |
Class name: NotificationSlot; Method or attribute name: lightEnabled?: boolean; New version information: ?boolean |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: lightColor?: number; Old version information: |
Class name: NotificationSlot; Method or attribute name: lightColor?: number; New version information: ?number |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: vibrationValues?: Array<number>; Old version information: |
Class name: NotificationSlot; Method or attribute name: vibrationValues?: Array<number>; New version information: ?Array<number> |
notificationSlot.d.ts |
Type changed | Class name: NotificationSlot; Method or attribute name: readonly enabled?: boolean; Old version information: |
Class name: NotificationSlot; Method or attribute name: readonly enabled?: boolean; New version information: ?boolean |
notificationSlot.d.ts |
Type changed | Class name: NotificationSorting; Method or attribute name: readonly slot: NotificationSlot; Old version information: |
Class name: NotificationSorting; Method or attribute name: readonly slot: NotificationSlot; New version information: NotificationSlot |
notificationSorting.d.ts |
Type changed | Class name: NotificationSorting; Method or attribute name: readonly hashCode: string; Old version information: |
Class name: NotificationSorting; Method or attribute name: readonly hashCode: string; New version information: string |
notificationSorting.d.ts |
Type changed | Class name: NotificationSorting; Method or attribute name: readonly ranking: number; Old version information: |
Class name: NotificationSorting; Method or attribute name: readonly ranking: number; New version information: number |
notificationSorting.d.ts |
Type changed | Class name: NotificationSortingMap; Method or attribute name: readonly sortings: { [key: string]: NotificationSorting }; Old version information: |
Class name: NotificationSortingMap; Method or attribute name: readonly sortings: { [key: string]: NotificationSorting }; New version information: object |
notificationSortingMap.d.ts |
Type changed | Class name: NotificationSortingMap; Method or attribute name: readonly sortedHashCode: Array<string>; Old version information: |
Class name: NotificationSortingMap; Method or attribute name: readonly sortedHashCode: Array<string>; New version information: Array<string> |
notificationSortingMap.d.ts |
Type changed | Class name: NotificationSubscribeInfo; Method or attribute name: bundleNames?: Array<string>; Old version information: |
Class name: NotificationSubscribeInfo; Method or attribute name: bundleNames?: Array<string>; New version information: ?Array<string> |
notificationSubscribeInfo.d.ts |
Type changed | Class name: NotificationSubscribeInfo; Method or attribute name: userId?: number; Old version information: |
Class name: NotificationSubscribeInfo; Method or attribute name: userId?: number; New version information: ?number |
notificationSubscribeInfo.d.ts |
Type changed | Class name: SubscribeCallbackData; Method or attribute name: readonly request: NotificationRequest; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly request: NotificationRequest; New version information: NotificationRequest |
notificationSubscriber.d.ts |
Type changed | Class name: SubscribeCallbackData; Method or attribute name: readonly sortingMap?: NotificationSortingMap; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly sortingMap?: NotificationSortingMap; New version information: ?NotificationSortingMap |
notificationSubscriber.d.ts |
Type changed | Class name: SubscribeCallbackData; Method or attribute name: readonly reason?: number; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly reason?: number; New version information: ?number |
notificationSubscriber.d.ts |
Type changed | Class name: SubscribeCallbackData; Method or attribute name: readonly sound?: string; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly sound?: string; New version information: ?string |
notificationSubscriber.d.ts |
Type changed | Class name: SubscribeCallbackData; Method or attribute name: readonly vibrationValues?: Array<number>; Old version information: |
Class name: SubscribeCallbackData; Method or attribute name: readonly vibrationValues?: Array<number>; New version information: ?Array<number> |
notificationSubscriber.d.ts |
Type changed | Class name: EnabledNotificationCallbackData; Method or attribute name: readonly bundle: string; Old version information: |
Class name: EnabledNotificationCallbackData; Method or attribute name: readonly bundle: string; New version information: string |
notificationSubscriber.d.ts |
Type changed | Class name: BadgeNumberCallbackData; Method or attribute name: readonly bundle: string; Old version information: |
Class name: BadgeNumberCallbackData; Method or attribute name: readonly bundle: string; New version information: string |
notificationSubscriber.d.ts |
Type changed | Class name: EnabledNotificationCallbackData; Method or attribute name: readonly uid: number; Old version information: |
Class name: EnabledNotificationCallbackData; Method or attribute name: readonly uid: number; New version information: number |
notificationSubscriber.d.ts |
Type changed | Class name: BadgeNumberCallbackData; Method or attribute name: readonly uid: number; Old version information: |
Class name: BadgeNumberCallbackData; Method or attribute name: readonly uid: number; New version information: number |
notificationSubscriber.d.ts |
Type changed | Class name: EnabledNotificationCallbackData; Method or attribute name: readonly enable: boolean; Old version information: |
Class name: EnabledNotificationCallbackData; Method or attribute name: readonly enable: boolean; New version information: boolean |
notificationSubscriber.d.ts |
Type changed | Class name: BadgeNumberCallbackData; Method or attribute name: readonly badgeNumber: number; Old version information: |
Class name: BadgeNumberCallbackData; Method or attribute name: readonly badgeNumber: number; New version information: number |
notificationSubscriber.d.ts |
Type changed | Class name: NotificationTemplate; Method or attribute name: name: string; Old version information: |
Class name: NotificationTemplate; Method or attribute name: name: string; New version information: string |
notificationTemplate.d.ts |
Type changed | Class name: NotificationTemplate; Method or attribute name: data: { [key: string]: Object }; Old version information: |
Class name: NotificationTemplate; Method or attribute name: data: { [key: string]: Object }; New version information: object |
notificationTemplate.d.ts |
Type changed | Class name: NotificationUserInput; Method or attribute name: inputKey: string; Old version information: |
Class name: NotificationUserInput; Method or attribute name: inputKey: string; New version information: string |
notificationUserInput.d.ts |
Function changed | Class name: NotificationRequest; Method or attribute name: readonly isRemoveAllowed?: boolean; |
Class name: NotificationRequest; Method or attribute name: isRemoveAllowed?: boolean; |
notificationRequest.d.ts |