Package apple.homekit.enums
Class HMHomeManagerAuthorizationStatus
- java.lang.Object
-
- apple.homekit.enums.HMHomeManagerAuthorizationStatus
-
public final class HMHomeManagerAuthorizationStatus extends java.lang.ObjectThe home data authorization status of the client process. [@constant] HMHomeManagerAuthorizationStatusDetermined Indicates the user has not yet made a choice regarding the access of the application. [@constant] HMHomeManagerAuthorizationStatusRestricted Access to home data is currently restricted by the system. [@constant] HMHomeManagerAuthorizationStatusAuthorized The application is authorized to access home data.
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthorizedstatic longDeterminedstatic longRestricted
-
-
-
Field Detail
-
Determined
public static final long Determined
- See Also:
- Constant Field Values
-
Restricted
public static final long Restricted
- See Also:
- Constant Field Values
-
Authorized
public static final long Authorized
- See Also:
- Constant Field Values
-
-