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
Undocumented

case disallow = 1
Undocumented

Enum cases

allow

case allow = 0

Undocumented


disallow

case disallow = 1

Undocumented