getBackgroundLocationAllowed abstract method
Check if application's background location updates are enabled.
Returns false on platforms which do not
support controlling of background location modes using LocationEngineBase.setBackgroundLocationAllowed method.
Returns bool. True if background location updates are allowed, false otherwise.
Implementation
bool getBackgroundLocationAllowed();