Uses of Class
org.robovm.apple.homekit.HMPresenceEventUserType
| Package | Description |
|---|---|
| org.robovm.apple.homekit |
-
Uses of HMPresenceEventUserType in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return HMPresenceEventUserType Modifier and Type Method Description HMPresenceEventUserTypeHMMutablePresenceEvent. getPresenceUserType()HMPresenceEventUserTypeHMPresenceEvent. getPresenceUserType()static HMPresenceEventUserTypeHMPresenceEventUserType. valueOf(long n)Returns the enum constant of this type with the specified name.static HMPresenceEventUserTypeHMPresenceEventUserType. valueOf(String name)Returns the enum constant of this type with the specified name.static HMPresenceEventUserType[]HMPresenceEventUserType. 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 HMPresenceEventUserType Modifier and Type Method Description protected longHMPresenceEvent. init(HMPresenceEventType presenceEventType, HMPresenceEventUserType presenceUserType)voidHMMutablePresenceEvent. setPresenceUserType(HMPresenceEventUserType v)Constructors in org.robovm.apple.homekit with parameters of type HMPresenceEventUserType Constructor Description HMMutablePresenceEvent(HMPresenceEventType presenceEventType, HMPresenceEventUserType presenceUserType)HMPresenceEvent(HMPresenceEventType presenceEventType, HMPresenceEventUserType presenceUserType)