diff --git a/api/notification/notificationContent.d.ts b/api/notification/notificationContent.d.ts index 9eb1ca198e5e5d6bd21ac17f86978e7d5295cc7c..9a9be68708ed53d93ff1a50aaff8fac0a3df3468 100644 --- a/api/notification/notificationContent.d.ts +++ b/api/notification/notificationContent.d.ts @@ -114,6 +114,16 @@ export interface NotificationBasicContent { * @arkts 1.1&1.2 */ lockscreenPicture?: image.PixelMap; + + /** + * Structured text of the notification. Its key or value cannot exceed 512 bytes. Excess content will be truncated. + * + * @type { ?Map } + * @syscap SystemCapability.Notification.Notification + * @since arkts {'1.1':'21', '1.2':'21'} + * @arkts 1.1&1.2 + */ + structuredText?: Map; } /**