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