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