AllowAccessType
public enum AllowAccessType : Int, Codable, Equatable
Allow type for access.
-
Access allowed only when application is in foreground.
Declaration
Swift
case foreground = 0
-
Access allowed only when phone is unlocked.
Declaration
Swift
case phoneUnlocked = 1
-
Access always allowed.
Declaration
Swift
case always = 2