AuthorizeStatus
public enum AuthorizeStatus : Int, Sendable
权限状态枚举
-
未确认
Declaration
Swift
case notDetermined = 0 -
受限制
Declaration
Swift
case restricted = 1 -
被拒绝
Declaration
Swift
case denied = 2 -
已授权
Declaration
Swift
case authorized = 3
View on GitHub