ISPO SDK
    Preparing search index...

    Interface NotifyInput

    Markdown
    interface NotifyInput {
        body?: string;
        clickAction?: string;
        title: string;
    }
    Index
    body?: string

    0..240 chars, plain text. HTML, markdown, and links are not supported.

    clickAction?: string

    Opaque project-defined identifier that round-trips back into the iframe when the user clicks either the in-app toast or the OS notification. 1..64 chars when present. Never interpreted as a URL or path by the host.

    title: string

    1..120 chars, required. The host trims whitespace and rejects empty values.