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