WebView SDK Documentation - v2.0.0
    Preparing search index...

    Interface MiniAppResponseBase

    interface MiniAppResponseBase {
        errorData: string;
        event: string;
        eventStatus: EventStatus;
        message: string;
        request_id: string;
        response_id: string;
        sender: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index
    errorData: string
    event: string
    eventStatus: EventStatus
    message: string
    request_id: string
    response_id: string
    sender: string