mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
commit
6cf6d16c33
5
api/notification/notificationContent.d.ts
vendored
5
api/notification/notificationContent.d.ts
vendored
@ -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
|
||||
|
5
api/notification/notificationRequest.d.ts
vendored
5
api/notification/notificationRequest.d.ts
vendored
@ -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
|
||||
|
1
api/notification/notificationSlot.d.ts
vendored
1
api/notification/notificationSlot.d.ts
vendored
@ -143,6 +143,7 @@ export interface NotificationSlot {
|
||||
* Read-only enabled status in this notification slot.
|
||||
*
|
||||
* @type { ?boolean }
|
||||
* @readonly
|
||||
* @syscap SystemCapability.Notification.Notification
|
||||
* @since 9
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user