Uses of Class
org.robovm.apple.homekit.HMPresenceEventType
| Package | Description |
|---|---|
| org.robovm.apple.homekit |
-
Uses of HMPresenceEventType in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return HMPresenceEventType Modifier and Type Method Description HMPresenceEventTypeHMMutablePresenceEvent. getPresenceEventType()HMPresenceEventTypeHMPresenceEvent. getPresenceEventType()static HMPresenceEventTypeHMPresenceEventType. valueOf(long n)Returns the enum constant of this type with the specified name.static HMPresenceEventTypeHMPresenceEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static HMPresenceEventType[]HMPresenceEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.homekit with parameters of type HMPresenceEventType Modifier and Type Method Description protected longHMPresenceEvent. init(HMPresenceEventType presenceEventType, HMPresenceEventUserType presenceUserType)voidHMMutablePresenceEvent. setPresenceEventType(HMPresenceEventType v)Constructors in org.robovm.apple.homekit with parameters of type HMPresenceEventType Constructor Description HMMutablePresenceEvent(HMPresenceEventType presenceEventType, HMPresenceEventUserType presenceUserType)HMPresenceEvent(HMPresenceEventType presenceEventType, HMPresenceEventUserType presenceUserType)