Emitted when the fullscreen functionality has been disabled.

Platform

iOS, Android

interface FullscreenDisabledEvent {
    name: string;
    timestamp: number;
}

Hierarchy (view full)

  • Event
    • FullscreenDisabledEvent

Properties

Properties

name: string

This event name as it is on the native side.

timestamp: number

The UNIX timestamp in which this event happened.