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