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