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