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