Type alias HostContextChangedPayload

HostContextChangedPayload: {
    context: any;
    reason: HostContextChangedReasons;
}

Type declaration

Generated using TypeDoc