!14644 API link告警清除

Merge pull request !14644 from 185******37/master
This commit is contained in:
openharmony_ci 2024-11-20 03:02:07 +00:00 committed by Gitee
commit 6cf6d16c33
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 0 deletions

View File

@ -102,6 +102,7 @@ export interface NotificationBasicContent {
/**
* Describes a long text notification.
*
* @extends NotificationBasicContent
* @typedef NotificationLongTextContent
* @syscap SystemCapability.Notification.Notification
* @crossplatform
@ -206,6 +207,7 @@ export enum LiveViewStatus {
/**
* Describes a live view notification.
*
* @extends NotificationBasicContent
* @typedef NotificationLiveViewContent
* @syscap SystemCapability.Notification.Notification
* @systemapi
@ -275,6 +277,7 @@ export interface NotificationLiveViewContent extends NotificationBasicContent {
/**
* Describes a multi-line text notification.
*
* @extends NotificationBasicContent
* @typedef NotificationMultiLineContent
* @syscap SystemCapability.Notification.Notification
* @crossplatform
@ -336,6 +339,7 @@ export interface NotificationMultiLineContent extends NotificationBasicContent {
/**
* Describes a picture-attached notification.
*
* @extends NotificationBasicContent
* @typedef NotificationPictureContent
* @syscap SystemCapability.Notification.Notification
* @since 7
@ -372,6 +376,7 @@ export interface NotificationPictureContent extends NotificationBasicContent {
/**
* Describes a system live view notification.
*
* @extends NotificationBasicContent
* @typedef NotificationSystemLiveViewContent
* @syscap SystemCapability.Notification.Notification
* @since 11

View File

@ -459,6 +459,7 @@ export interface NotificationRequest {
* Notification source. enum SourceType
*
* @type { ?number }
* @readonly
* @syscap SystemCapability.Notification.Notification
* @systemapi
* @since 8
@ -487,6 +488,7 @@ export interface NotificationRequest {
* The device ID of the notification source.
*
* @type { ?string }
* @readonly
* @syscap SystemCapability.Notification.Notification
* @systemapi
* @since 8
@ -497,6 +499,7 @@ export interface NotificationRequest {
* Obtains the set of identifiers for the notification.
*
* @type { ?NotificationFlags }
* @readonly
* @syscap SystemCapability.Notification.Notification
* @since 8
*/
@ -542,6 +545,7 @@ export interface NotificationRequest {
* Proxy identity of creation notification.
*
* @type { ?BundleOption }
* @readonly
* @syscap SystemCapability.Notification.Notification
* @systemapi
* @since 12
@ -609,6 +613,7 @@ export interface DistributedOptions {
* Obtains the remind mode of the notification. enum DeviceRemindType.
*
* @type { ?number }
* @readonly
* @syscap SystemCapability.Notification.Notification
* @systemapi
* @since 8

View File

@ -143,6 +143,7 @@ export interface NotificationSlot {
* Read-only enabled status in this notification slot.
*
* @type { ?boolean }
* @readonly
* @syscap SystemCapability.Notification.Notification
* @since 9
*/