Interface FormFactor

The host-reported size class, orientation, and pixel box of your app's surface.

interface FormFactor {
    class: FormFactorClass;
    height: number;
    orientation: Orientation;
    width: number;
}

Properties

height: number
orientation: Orientation
width: number