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