Package apple.homekit.enums
Class HMEventTriggerActivationState
- java.lang.Object
-
- apple.homekit.enums.HMEventTriggerActivationState
-
public final class HMEventTriggerActivationState extends java.lang.ObjectThis enumeration describes the current activation state of the event trigger.
-
-
Field Summary
Fields Modifier and Type Field Description static longDisabledTrigger is not active because it is disabledstatic longDisabledNoCompatibleHomeHubTrigger is not active because there is no compatible HomeHubstatic longDisabledNoHomeHubTrigger is not active because there is no HomeHubstatic longDisabledNoLocationServicesAuthorizationTrigger is not active because Location Authorization has been turned off by userstatic longEnabledTrigger is currently active
-
-
-
Field Detail
-
Disabled
public static final long Disabled
Trigger is not active because it is disabled- See Also:
- Constant Field Values
-
DisabledNoHomeHub
public static final long DisabledNoHomeHub
Trigger is not active because there is no HomeHub- See Also:
- Constant Field Values
-
DisabledNoCompatibleHomeHub
public static final long DisabledNoCompatibleHomeHub
Trigger is not active because there is no compatible HomeHub- See Also:
- Constant Field Values
-
DisabledNoLocationServicesAuthorization
public static final long DisabledNoLocationServicesAuthorization
Trigger is not active because Location Authorization has been turned off by user- See Also:
- Constant Field Values
-
Enabled
public static final long Enabled
Trigger is currently active- See Also:
- Constant Field Values
-
-