Uses of Class
org.robovm.apple.homekit.HMHomeHubState
| Package | Description |
|---|---|
| org.robovm.apple.homekit |
-
Uses of HMHomeHubState in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return HMHomeHubState Modifier and Type Method Description HMHomeHubStateHMHome. getHomeHubState()static HMHomeHubStateHMHomeHubState. valueOf(long n)Returns the enum constant of this type with the specified name.static HMHomeHubStateHMHomeHubState. valueOf(String name)Returns the enum constant of this type with the specified name.static HMHomeHubState[]HMHomeHubState. 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 HMHomeHubState Modifier and Type Method Description voidHMHomeDelegate. didUpdateHomeHubState(HMHome home, HMHomeHubState homeHubState)voidHMHomeDelegateAdapter. didUpdateHomeHubState(HMHome home, HMHomeHubState homeHubState)