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