Interface: ScreenStateEvent
An event fired when the screen state changes.
Properties
current
• current: ScreenState
The current screen state.
Defined in
src/sdk/instruments/InstrumentEvents.ts:12
previous
• previous: undefined
| ScreenState
The previous screen state.
Defined in
src/sdk/instruments/InstrumentEvents.ts:15