NotificationRequest新增updateOnly字段,用以publish接口区分创建与更新意图

Signed-off-by: stepend98 <yangjun273@huawei.com>
This commit is contained in:
stepend98 2024-12-13 11:06:32 +08:00
parent 338e5662de
commit d86900f082

View File

@ -134,6 +134,15 @@ export interface NotificationRequest {
*/
isUnremovable?: boolean;
/**
* Whether the notification can only be updated.
*
* @type { ?boolean }
* @syscap SystemCapability.Notification.Notification
* @since 16
*/
updateOnly?: boolean;
/**
* Time when the notification is sent.
*