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