SystemManager

interface SystemManager

Functions

getConnectivityManager
Link copied to clipboard
abstract fun getConnectivityManager(): ConnectivityManager?
getCurrentTimeMillis
Link copied to clipboard
abstract fun getCurrentTimeMillis(): Long
getFusedLocationProviderClient
Link copied to clipboard
abstract fun getFusedLocationProviderClient(): FusedLocationProviderClient
getHandler
Link copied to clipboard
abstract fun getHandler(): Handler
getLocationManager
Link copied to clipboard
abstract fun getLocationManager(): LocationManager?
isGooglePlayServicesAvailable
Link copied to clipboard
abstract fun isGooglePlayServicesAvailable(): Boolean
isLocationPermissionGranted
Link copied to clipboard
abstract fun isLocationPermissionGranted(): Boolean

Inheritors

SystemManagerImpl
Link copied to clipboard