public final class HMHomeManagerAuthorizationStatus
extends java.lang.Object
[@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.
| Modifier and Type | Field and Description |
|---|---|
static long |
Authorized |
static long |
Determined |
static long |
Restricted |
public static final long Determined
public static final long Restricted
public static final long Authorized