| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| API跨平台权限变更 | 类名:global; API声明:export interface NotificationBasicContent 差异内容:NA |
类名:global; API声明:export interface NotificationBasicContent 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationBasicContent; API声明:title: string; 差异内容:NA |
类名:NotificationBasicContent; API声明:title: string; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationBasicContent; API声明:text: string; 差异内容:NA |
类名:NotificationBasicContent; API声明:text: string; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface NotificationLongTextContent 差异内容:NA |
类名:global; API声明:export interface NotificationLongTextContent 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationLongTextContent; API声明:longText: string; 差异内容:NA |
类名:NotificationLongTextContent; API声明:longText: string; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationLongTextContent; API声明:briefText: string; 差异内容:NA |
类名:NotificationLongTextContent; API声明:briefText: string; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationLongTextContent; API声明:expandedTitle: string; 差异内容:NA |
类名:NotificationLongTextContent; API声明:expandedTitle: string; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface NotificationMultiLineContent 差异内容:NA |
类名:global; API声明:export interface NotificationMultiLineContent 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationMultiLineContent; API声明:briefText: string; 差异内容:NA |
类名:NotificationMultiLineContent; API声明:briefText: string; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationMultiLineContent; API声明:longTitle: string; 差异内容:NA |
类名:NotificationMultiLineContent; API声明:longTitle: string; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationMultiLineContent; API声明:lines: Array<string>; 差异内容:NA |
类名:NotificationMultiLineContent; API声明:lines: Array<string>; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface NotificationContent 差异内容:NA |
类名:global; API声明:export interface NotificationContent 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationContent; API声明:notificationContentType?: notificationManager.ContentType; 差异内容:NA |
类名:NotificationContent; API声明:notificationContentType?: notificationManager.ContentType; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationContent; API声明:normal?: NotificationBasicContent; 差异内容:NA |
类名:NotificationContent; API声明:normal?: NotificationBasicContent; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationContent; API声明:longText?: NotificationLongTextContent; 差异内容:NA |
类名:NotificationContent; API声明:longText?: NotificationLongTextContent; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:NotificationContent; API声明:multiLine?: NotificationMultiLineContent; 差异内容:NA |
类名:NotificationContent; API声明:multiLine?: NotificationMultiLineContent; 差异内容:crossplatform |
api/notification/notificationContent.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export interface NotificationRequest 差异内容:NA |
类名:global; API声明:export interface NotificationRequest 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:content: NotificationContent; 差异内容:NA |
类名:NotificationRequest; API声明:content: NotificationContent; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:id?: number; 差异内容:NA |
类名:NotificationRequest; API声明:id?: number; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:isOngoing?: boolean; 差异内容:NA |
类名:NotificationRequest; API声明:isOngoing?: boolean; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:deliveryTime?: number; 差异内容:NA |
类名:NotificationRequest; API声明:deliveryTime?: number; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:tapDismissed?: boolean; 差异内容:NA |
类名:NotificationRequest; API声明:tapDismissed?: boolean; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:autoDeletedTime?: number; 差异内容:NA |
类名:NotificationRequest; API声明:autoDeletedTime?: number; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:isAlertOnce?: boolean; 差异内容:NA |
类名:NotificationRequest; API声明:isAlertOnce?: boolean; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:showDeliveryTime?: boolean; 差异内容:NA |
类名:NotificationRequest; API声明:showDeliveryTime?: boolean; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:groupName?: string; 差异内容:NA |
类名:NotificationRequest; API声明:groupName?: string; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:NotificationRequest; API声明:badgeNumber?: number; 差异内容:NA |
类名:NotificationRequest; API声明:badgeNumber?: number; 差异内容:crossplatform |
api/notification/notificationRequest.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare namespace notificationManager 差异内容:NA |
类名:global; API声明:declare namespace notificationManager 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function publish(request: NotificationRequest, callback: AsyncCallback<void>): void; 差异内容:NA |
类名:notificationManager; API声明:function publish(request: NotificationRequest, callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function publish(request: NotificationRequest): Promise<void>; 差异内容:NA |
类名:notificationManager; API声明:function publish(request: NotificationRequest): Promise<void>; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function cancel(id: number, callback: AsyncCallback<void>): void; 差异内容:NA |
类名:notificationManager; API声明:function cancel(id: number, callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function cancelAll(callback: AsyncCallback<void>): void; 差异内容:NA |
类名:notificationManager; API声明:function cancelAll(callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function cancelAll(): Promise<void>; 差异内容:NA |
类名:notificationManager; API声明:function cancelAll(): Promise<void>; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function isNotificationEnabled(callback: AsyncCallback<boolean>): void; 差异内容:NA |
类名:notificationManager; API声明:function isNotificationEnabled(callback: AsyncCallback<boolean>): void; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function isNotificationEnabled(): Promise<boolean>; 差异内容:NA |
类名:notificationManager; API声明:function isNotificationEnabled(): Promise<boolean>; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function requestEnableNotification(callback: AsyncCallback<void>): void; 差异内容:NA |
类名:notificationManager; API声明:function requestEnableNotification(callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function requestEnableNotification(context: UIAbilityContext, callback: AsyncCallback<void>): void; 差异内容:NA |
类名:notificationManager; API声明:function requestEnableNotification(context: UIAbilityContext, callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function requestEnableNotification(): Promise<void>; 差异内容:NA |
类名:notificationManager; API声明:function requestEnableNotification(): Promise<void>; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function requestEnableNotification(context: UIAbilityContext): Promise<void>; 差异内容:NA |
类名:notificationManager; API声明:function requestEnableNotification(context: UIAbilityContext): Promise<void>; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function setBadgeNumber(badgeNumber: number, callback: AsyncCallback<void>): void; 差异内容:NA |
类名:notificationManager; API声明:function setBadgeNumber(badgeNumber: number, callback: AsyncCallback<void>): void; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:function setBadgeNumber(badgeNumber: number): Promise<void>; 差异内容:NA |
类名:notificationManager; API声明:function setBadgeNumber(badgeNumber: number): Promise<void>; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:export enum ContentType 差异内容:NA |
类名:notificationManager; API声明:export enum ContentType 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_BASIC_TEXT 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_BASIC_TEXT 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_LONG_TEXT 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_LONG_TEXT 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_MULTILINE 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_MULTILINE 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:export type NotificationBasicContent = _NotificationBasicContent; 差异内容:NA |
类名:notificationManager; API声明:export type NotificationBasicContent = _NotificationBasicContent; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:export type NotificationContent = _NotificationContent; 差异内容:NA |
类名:notificationManager; API声明:export type NotificationContent = _NotificationContent; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:export type NotificationLongTextContent = _NotificationLongTextContent; 差异内容:NA |
类名:notificationManager; API声明:export type NotificationLongTextContent = _NotificationLongTextContent; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:export type NotificationMultiLineContent = _NotificationMultiLineContent; 差异内容:NA |
类名:notificationManager; API声明:export type NotificationMultiLineContent = _NotificationMultiLineContent; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API跨平台权限变更 | 类名:notificationManager; API声明:export type NotificationRequest = _NotificationRequest; 差异内容:NA |
类名:notificationManager; API声明:export type NotificationRequest = _NotificationRequest; 差异内容:crossplatform |
api/@ohos.notificationManager.d.ts |
| API废弃版本变更 | 类名:notificationManager; API声明:function requestEnableNotification(callback: AsyncCallback<void>): void; 差异内容:NA |
类名:notificationManager; API声明:function requestEnableNotification(callback: AsyncCallback<void>): void; 差异内容:12 |
api/@ohos.notificationManager.d.ts |
| API废弃版本变更 | 类名:notificationManager; API声明:function requestEnableNotification(): Promise<void>; 差异内容:NA |
类名:notificationManager; API声明:function requestEnableNotification(): Promise<void>; 差异内容:12 |
api/@ohos.notificationManager.d.ts |
| 新增API | NA | 类名:NotificationBasicContent; API声明:lockscreenPicture?: image.PixelMap; 差异内容:lockscreenPicture?: image.PixelMap; |
api/notification/notificationContent.d.ts |
| 新增API | NA | 类名:NotificationButton; API声明:iconsResource?: Array<Resource>; 差异内容:iconsResource?: Array<Resource>; |
api/notification/notificationContent.d.ts |
| 新增API | NA | 类名:NotificationRequest; API声明:appMessageId?: string; 差异内容:appMessageId?: string; |
api/notification/notificationRequest.d.ts |
| 新增API | NA | 类名:NotificationRequest; API声明:sound?: string; 差异内容:sound?: string; |
api/notification/notificationRequest.d.ts |
| 新增API | NA | 类名:global; API声明:export interface BadgeEnabledChangedCallback 差异内容:export interface BadgeEnabledChangedCallback |
api/notification/notificationSubscriber.d.ts |
| 新增API | NA | 类名:notificationManager; API声明:function isNotificationEnabledSync(): boolean; 差异内容:function isNotificationEnabledSync(): boolean; |
api/@ohos.notificationManager.d.ts |
| 新增kit | 类名:global; API声明:api\notification\notificationActionButton.d.ts 差异内容:NA |
类名:global; API声明:api\notification\notificationActionButton.d.ts 差异内容:NotificationKit |
api/notification/notificationActionButton.d.ts |
| 新增kit | 类名:global; API声明:api\notification\NotificationCommonDef.d.ts 差异内容:NA |
类名:global; API声明:api\notification\NotificationCommonDef.d.ts 差异内容:NotificationKit |
api/notification/NotificationCommonDef.d.ts |
| 新增kit | 类名:global; API声明:api\notification\notificationContent.d.ts 差异内容:NA |
类名:global; API声明:api\notification\notificationContent.d.ts 差异内容:NotificationKit |
api/notification/notificationContent.d.ts |
| 新增kit | 类名:global; API声明:api\notification\notificationFlags.d.ts 差异内容:NA |
类名:global; API声明:api\notification\notificationFlags.d.ts 差异内容:NotificationKit |
api/notification/notificationFlags.d.ts |
| 新增kit | 类名:global; API声明:api\notification\notificationRequest.d.ts 差异内容:NA |
类名:global; API声明:api\notification\notificationRequest.d.ts 差异内容:NotificationKit |
api/notification/notificationRequest.d.ts |
| 新增kit | 类名:global; API声明:api\notification\notificationSlot.d.ts 差异内容:NA |
类名:global; API声明:api\notification\notificationSlot.d.ts 差异内容:NotificationKit |
api/notification/notificationSlot.d.ts |
| 新增kit | 类名:global; API声明:api\notification\notificationTemplate.d.ts 差异内容:NA |
类名:global; API声明:api\notification\notificationTemplate.d.ts 差异内容:NotificationKit |
api/notification/notificationTemplate.d.ts |
| 新增kit | 类名:global; API声明:api\notification\notificationUserInput.d.ts 差异内容:NA |
类名:global; API声明:api\notification\notificationUserInput.d.ts 差异内容:NotificationKit |
api/notification/notificationUserInput.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA |
类名:global; API声明:api\notification\notificationSubscriber.d.ts 差异内容:NotificationKit |
api/notification/notificationSubscriber.d.ts |
| API从不支持元服务到支持元服务 | 类名:global; API声明:declare namespace notificationManager 差异内容:NA |
类名:global; API声明:declare namespace notificationManager 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:notificationManager; API声明:export enum SlotType 差异内容:NA |
类名:notificationManager; API声明:export enum SlotType 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:SlotType; API声明:UNKNOWN_TYPE = 0 差异内容:NA |
类名:SlotType; API声明:UNKNOWN_TYPE = 0 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:SlotType; API声明:SOCIAL_COMMUNICATION = 1 差异内容:NA |
类名:SlotType; API声明:SOCIAL_COMMUNICATION = 1 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:SlotType; API声明:SERVICE_INFORMATION = 2 差异内容:NA |
类名:SlotType; API声明:SERVICE_INFORMATION = 2 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:SlotType; API声明:CONTENT_INFORMATION = 3 差异内容:NA |
类名:SlotType; API声明:CONTENT_INFORMATION = 3 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:SlotType; API声明:LIVE_VIEW = 4 差异内容:NA |
类名:SlotType; API声明:LIVE_VIEW = 4 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:SlotType; API声明:CUSTOMER_SERVICE = 5 差异内容:NA |
类名:SlotType; API声明:CUSTOMER_SERVICE = 5 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:SlotType; API声明:OTHER_TYPES = 0xFFFF 差异内容:NA |
类名:SlotType; API声明:OTHER_TYPES = 0xFFFF 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:notificationManager; API声明:export enum ContentType 差异内容:NA |
类名:notificationManager; API声明:export enum ContentType 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_BASIC_TEXT 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_BASIC_TEXT 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_LONG_TEXT 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_LONG_TEXT 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_PICTURE 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_PICTURE 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_CONVERSATION 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_CONVERSATION 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_MULTILINE 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_MULTILINE 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_SYSTEM_LIVE_VIEW 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_SYSTEM_LIVE_VIEW 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |
| API从不支持元服务到支持元服务 | 类名:ContentType; API声明:NOTIFICATION_CONTENT_LIVE_VIEW 差异内容:NA |
类名:ContentType; API声明:NOTIFICATION_CONTENT_LIVE_VIEW 差异内容:atomicservice |
api/@ohos.notificationManager.d.ts |