Interface RequestFullScreenStateMessage

Request the sdk to send the full screen state to the iframe

interface RequestFullScreenStateMessage {
    payload: void;
    type: REQUEST_FULL_SCREEN_STATE;
}

Hierarchy (view full)

  • Message
    • RequestFullScreenStateMessage

Properties

Properties

payload: void

No payload is necessary

The type of message