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