@iterable/react-native-sdk - v2.0.3
    Preparing search index...

    Interface IterableDeviceOrientation

    Represents the device orientation.

    interface IterableDeviceOrientation {
        height: number;
        isPortrait: boolean;
        width: number;
    }
    Index

    Properties

    height: number

    The height of the device screen

    isPortrait: boolean

    Indicates if the device is in portrait mode

    width: number

    The width of the device screen