react-native-device-info - v15.0.1
    Preparing search index...

    Interface PowerState

    Snapshot of the device's current power conditions.

    interface PowerState {
        batteryLevel: number;
        batteryState: BatteryState;
        lowPowerMode: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    batteryLevel: number
    batteryState: BatteryState
    lowPowerMode: boolean