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