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