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