Uses of Class
org.robovm.apple.intents.INListCarsIntentResponseCode
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INListCarsIntentResponseCode in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INListCarsIntentResponseCode Modifier and Type Method Description INListCarsIntentResponseCodeINListCarsIntentResponse. getCode()static INListCarsIntentResponseCodeINListCarsIntentResponseCode. valueOf(long n)Returns the enum constant of this type with the specified name.static INListCarsIntentResponseCodeINListCarsIntentResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static INListCarsIntentResponseCode[]INListCarsIntentResponseCode. 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 INListCarsIntentResponseCode Modifier and Type Method Description protected longINListCarsIntentResponse. init(INListCarsIntentResponseCode code, NSUserActivity userActivity)Constructors in org.robovm.apple.intents with parameters of type INListCarsIntentResponseCode Constructor Description INListCarsIntentResponse(INListCarsIntentResponseCode code, NSUserActivity userActivity)