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