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