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