Interface MetaRequestMessage

Request the SDK to send the meta data to the iframe

interface MetaRequestMessage {
    payload: void;
    type: META_REQUEST_DATA;
}

Hierarchy (view full)

Properties

Properties

payload: void

No payload is necessary

The type of message