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