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