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