Uses of Class
org.robovm.apple.intents.INPersonHandleType
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INPersonHandleType in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INPersonHandleType Modifier and Type Method Description INPersonHandleTypeINPersonHandle. getType()static INPersonHandleTypeINPersonHandleType. valueOf(long n)Returns the enum constant of this type with the specified name.static INPersonHandleTypeINPersonHandleType. valueOf(String name)Returns the enum constant of this type with the specified name.static INPersonHandleType[]INPersonHandleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intents with parameters of type INPersonHandleType Modifier and Type Method Description protected longINPersonHandle. init(String value, INPersonHandleType type)protected longINPersonHandle. init(String value, INPersonHandleType type, String label)Constructors in org.robovm.apple.intents with parameters of type INPersonHandleType Constructor Description INPersonHandle(String value, INPersonHandleType type)INPersonHandle(String value, INPersonHandleType type, String label)