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