Preview 2.0 is now in Public Beta!
Read the Announcement
PlatformContext
interface PlatformContext {
  deviceType: string;
  height: number;
  os: string;
  width: number;
}

Summary

Properties