Package org.robovm.apple.homekit
Class HMActionSetType
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.homekit.HMActionSetType
public class HMActionSetType extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHMActionSetType.AsListMarshalerstatic classHMActionSetType.Marshalerstatic classHMActionSetType.Values -
Field Summary
Fields Modifier and Type Field Description static HMActionSetTypeHomeArrivalstatic HMActionSetTypeHomeDeparturestatic HMActionSetTypeSleepstatic HMActionSetTypeTriggerOwnedstatic HMActionSetTypeUserDefinedstatic HMActionSetTypeWakeUp -
Method Summary
Modifier and Type Method Description static HMActionSetTypevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
WakeUp
- Since:
- Available in iOS 9.0 and later.
-
Sleep
- Since:
- Available in iOS 9.0 and later.
-
HomeDeparture
- Since:
- Available in iOS 9.0 and later.
-
HomeArrival
- Since:
- Available in iOS 9.0 and later.
-
UserDefined
- Since:
- Available in iOS 9.0 and later.
-
TriggerOwned
- Since:
- Available in iOS 10.0 and later.
-
-
Method Details
-
valueOf
-