//Granify Android SDK/com.granifyinc.granifysdk.models/Currency
Currency
[androidJvm]
enum Currency : Enum<Currency>
Identifies a particular type of currency.
Currently only USD is supported in this SDK. Talk to your Account Manager if you require additional currency options.
Entries
USD | [androidJvm] USD United States Dollar. |
Properties
Name | Summary |
---|---|
name | [androidJvm] val name: String |
ordinal | [androidJvm] val ordinal: Int |
Functions
Name | Summary |
---|---|
valueOf | [androidJvm] fun valueOf(value: String): Currency Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | [androidJvm] fun values(): Array<Currency> Returns an array containing the constants of this enum type, in the order they’re declared. |