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