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