Interface
PlatformContext
PlatformContext
interface PlatformContext {
deviceType: string;
height: number;
os: string;
width: number;
}Summary
Properties
Properties
deviceType
height
os
width
- Previous
- PinchGestureEventData
- Next
- PromptOptions
Interface
interface PlatformContext {
deviceType: string;
height: number;
os: string;
width: number;
}