MMKLocationUseInBackground

enum MMKLocationUseInBackground : UInt, @unchecked Sendable

If UseInBackground is Allow then the 'location' flag must be set in 'UIBackgroundModes' of the application.

Summary

Enum cases

case allow = 0

case disallow = 1

Enum cases

allow

case allow = 0


disallow

case disallow = 1