Interface PongMessage

Respond to a ping message from the target, which can be either the SDK or the iframe

interface PongMessage {
    payload: string;
    type: PONG;
}

Hierarchy (view full)

Properties

Properties

payload: string

The current version of the sender. Expected to be semantically versioned or the string 'IN-DEV'.

type: PONG

The type of message