diff --git a/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md b/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md index b73efa667f93cd1e8b36a9c427609be2c28d2bf5..bb5e69cc9446dab8fa77df8f22a0ad16621d594d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md +++ b/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md @@ -246,6 +246,8 @@ publishAsUser(event: string, userId: number, callback: AsyncCallback\): vo **系统能力:** SystemCapability.Notification.CommonEvent +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 读写属性 | 类型 | 必填 | 描述 | @@ -283,6 +285,8 @@ publishAsUser(event: string, userId: number, options: CommonEventPublishData, ca **系统能力:** SystemCapability.Notification.CommonEvent +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 读写属性 | 类型 | 必填 | 描述 | diff --git a/zh-cn/application-dev/reference/apis/js-apis-notification.md b/zh-cn/application-dev/reference/apis/js-apis-notification.md index 2ef2f0ad16dae9864ac13010d917a7a536b454ba..a1b02a42500c2817cb616b7a016dfe628f7d0e3f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-notification.md +++ b/zh-cn/application-dev/reference/apis/js-apis-notification.md @@ -85,6 +85,8 @@ publish(request: NotificationRequest, userId: number, callback: AsyncCallback\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -287,6 +291,8 @@ addSlot(slot: NotificationSlot, callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -318,6 +324,8 @@ addSlot(slot: NotificationSlot): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -397,6 +405,8 @@ addSlots(slots: Array\, callback: AsyncCallback\): voi **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -432,6 +442,8 @@ addSlots(slots: Array\): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -669,6 +681,8 @@ subscribe(subscriber: NotificationSubscriber, info: NotificationSubscribeInfo, c **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -706,6 +720,8 @@ subscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\): **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -738,6 +754,8 @@ subscribe(subscriber: NotificationSubscriber, info?: NotificationSubscribeInfo): **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -769,6 +787,8 @@ unsubscribe(subscriber: NotificationSubscriber, callback: AsyncCallback\) **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -801,6 +821,8 @@ unsubscribe(subscriber: NotificationSubscriber): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -831,6 +853,8 @@ enableNotification(bundle: BundleOption, enable: boolean, callback: AsyncCallbac **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -861,6 +885,8 @@ enableNotification(bundle: BundleOption, enable: boolean): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -889,6 +915,8 @@ isNotificationEnabled(bundle: BundleOption, callback: AsyncCallback\): **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -918,6 +946,8 @@ isNotificationEnabled(bundle: BundleOption): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -951,6 +981,8 @@ isNotificationEnabled(callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -977,6 +1009,8 @@ isNotificationEnabled(): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1007,6 +1041,8 @@ displayBadge(bundle: BundleOption, enable: boolean, callback: AsyncCallback\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1065,6 +1103,8 @@ isBadgeDisplayed(bundle: BundleOption, callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1094,6 +1134,8 @@ isBadgeDisplayed(bundle: BundleOption): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1127,6 +1169,8 @@ setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCal **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1160,6 +1204,8 @@ setSlotByBundle(bundle: BundleOption, slot: NotificationSlot): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1191,6 +1237,8 @@ getSlotsByBundle(bundle: BundleOption, callback: AsyncCallback> **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1253,6 +1303,8 @@ getSlotNumByBundle(bundle: BundleOption, callback: AsyncCallback\): voi **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1282,6 +1334,8 @@ getSlotNumByBundle(bundle: BundleOption): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1315,6 +1369,8 @@ remove(bundle: BundleOption, notificationKey: NotificationKey, callback: AsyncCa **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1349,6 +1405,8 @@ remove(bundle: BundleOption, notificationKey: NotificationKey): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1381,6 +1439,8 @@ remove(hashCode: string, callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1410,6 +1470,8 @@ remove(hashCode: string): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1436,6 +1498,8 @@ removeAll(bundle: BundleOption, callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1465,6 +1529,8 @@ removeAll(callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1491,6 +1557,8 @@ removeAll(bundle?: BundleOption): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1513,6 +1581,8 @@ removeAll(userId: number, callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1540,6 +1610,8 @@ removeAll(userId: number): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1567,6 +1639,8 @@ getAllActiveNotifications(callback: AsyncCallback>) **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1593,6 +1667,8 @@ getAllActiveNotifications(): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1829,6 +1909,8 @@ setDoNotDisturbDate(date: DoNotDisturbDate, callback: AsyncCallback\): vo **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1862,6 +1944,8 @@ setDoNotDisturbDate(date: DoNotDisturbDate): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1890,6 +1974,8 @@ setDoNotDisturbDate(date: DoNotDisturbDate, userId: number, callback: AsyncCallb **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1926,6 +2012,8 @@ setDoNotDisturbDate(date: DoNotDisturbDate, userId: number): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1958,6 +2046,8 @@ getDoNotDisturbDate(callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -1984,6 +2074,8 @@ getDoNotDisturbDate(): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **返回值:** | 类型 | 说明 | @@ -2067,6 +2159,8 @@ supportDoNotDisturbMode(callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 名称 | 可读 | 可写 | 类型 | 必填 | 描述 | @@ -2093,6 +2187,8 @@ supportDoNotDisturbMode(): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **返回值:** | 类型 | 说明 | @@ -2221,6 +2317,8 @@ enableDistributed(enable: boolean, callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -2250,6 +2348,8 @@ enableDistributed(enable: boolean): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -2326,6 +2426,8 @@ enableDistributedByBundle(bundle: BundleOption, enable: boolean, callback: Async **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -2360,6 +2462,8 @@ bundleenableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -2390,6 +2494,8 @@ isDistributedEnabledByBundle(bundle: BundleOption, callback: AsyncCallback\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -2455,6 +2563,8 @@ getDeviceRemindType(callback: AsyncCallback\): void **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -2481,6 +2591,8 @@ getDeviceRemindType(): Promise\ **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **返回值:** | 类型 | 说明 | @@ -2504,6 +2616,8 @@ publishAsBundle(request: NotificationRequest, representativeBundle: string, user **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** @@ -2549,6 +2663,8 @@ publishAsBundle(request: NotificationRequest, representativeBundle: string, user **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** @@ -2654,6 +2770,8 @@ enableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean, ca **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -2686,6 +2804,8 @@ enableNotificationSlot(bundle: BundleOption, type: SlotType, enable: boolean): P **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -2714,6 +2834,8 @@ isNotificationSlotEnabled(bundle: BundleOption, type: SlotType, callback: AsyncC **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + **参数:** | 参数名 | 类型 | 必填 | 说明 | @@ -2744,6 +2866,8 @@ isNotificationSlotEnabled(bundle: BundleOption, type: SlotType): Promise | 否 | 指定订阅哪些包名的APP发来的通知。 | @@ -3386,6 +3527,8 @@ Notification.subscribe(subscriber, subscribeCallback); **系统能力**:SystemCapability.Notification.Notification +**系统API**:此接口为系统接口,三方应用不支持调用。 + | 名称 | 值 | 描述 | | -------------------- | --- | --------------------------------- | | IDLE_DONOT_REMIND | 0 | 设备未被使用,无需提醒。 |