Interface DestroyFullScreenMessage

Request the SDK to destroy the full screen ui (aka AppWidget)

interface DestroyFullScreenMessage {
    payload: void;
    type: DESTROY_FULL_SCREEN;
}

Hierarchy (view full)

Properties

Properties

payload: void

No payload is necessary

The type of message