vopWindowFocusChangedNotification - Player->Host: Player reports focus changes

interface WindowFocusChangedNotification {
    timeStamp: string;
    hasFocus: boolean;
}

Properties

Properties

timeStamp: string
hasFocus: boolean