Interface OpenFullScreenMessage

Request the SDK to open a path in full screen

interface OpenFullScreenMessage {
    payload: string;
    type: OPEN_FULL_SCREEN;
}

Hierarchy (view full)

Properties

Properties

payload: string

The url to open in full screen

The type of message