Skip to main content

react-native-tracker.platformcontextretriever.getbatterystate

Home > @snowplow/react-native-tracker > PlatformContextRetriever > getBatteryState

PlatformContextRetriever.getBatteryState property

Battery state for the device

Signature:
getBatteryState?: () => Promise<'unplugged' | 'charging' | 'full' | undefined>;