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