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