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