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