ISPO SDK
    Preparing search index...

    Interface CloudSupportEvidence

    Markdown

    A private evidence descriptor. Metadata only — bytes are fetched by the HOST through an authenticated cloud route, never by the app and never from a public URL. Present in a getIssue result only for the reporter (their own uploads) or an operator (all of them).

    interface CloudSupportEvidence {
        contentType: string;
        createdAt: string;
        kind: "error" | "screenshot" | "diagnostics";
        ref: string;
        size: number;
    }
    Index
    contentType: string
    createdAt: string
    kind: "error" | "screenshot" | "diagnostics"
    ref: string

    Opaque handle (ev_…). data-* attributes only — never rendered.

    size: number