Signed-off-by: z30053788 <zhaobaoxin1@huawei.com>
Change-Id: Idd373d0cb364cb6d13d504ddb32b8da4bcc4022c
This commit is contained in:
z30053788 2024-11-09 17:02:52 +08:00
parent d0d4a37420
commit 8fe2a551f5
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
*/