diff --git a/api/@ohos.notificationSubscribe.d.ts b/api/@ohos.notificationSubscribe.d.ts index e7f01d8eabf08aefb547e796332addd130879f42..dab12eddc56480fcacd4a3d7cda6399178aeb63a 100644 --- a/api/@ohos.notificationSubscribe.d.ts +++ b/api/@ohos.notificationSubscribe.d.ts @@ -492,6 +492,26 @@ declare namespace notificationSubscribe { * @since 18 */ userInput?: string; + + /** + * action operation type + * + * @type { ?number } + * @syscap SystemCapability.Notification.Notification + * @systemapi + * @since 20 + */ + operationType?: number; + + /** + * action button index + * + * @type { ?number } + * @syscap SystemCapability.Notification.Notification + * @systemapi + * @since 20 + */ + buttonIndex?: number; } /**