For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/lynxtron/api/@lynx-js/lynxtron/Interface.NotificationResponse.md.
  • English
  • @lynx-js/lynxtron / NotificationResponse

    NotificationResponse

    Properties

    actionIdentifier

    actionIdentifier: string;

    The identifier string of the action that the user selected.

    Defined in

    apis/api/notification-response.d.ts:9


    date

    date: number;

    The delivery date of the notification.

    Defined in

    apis/api/notification-response.d.ts:13


    identifier

    identifier: string;

    The unique identifier for this notification request.

    Defined in

    apis/api/notification-response.d.ts:17


    userInfo

    userInfo: Record<string, any>;

    A dictionary of custom information associated with the notification.

    Defined in

    apis/api/notification-response.d.ts:21


    userText?

    optional userText: string;

    The text entered or chosen by the user.

    Defined in

    apis/api/notification-response.d.ts:25

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.