//gemini/dev.atick.gemini.models/AiCurrencyType
AiCurrencyType
[androidJvm]\ @Serializable
enum AiCurrencyType : Enum<AiCurrencyType>
Enum class representing the type of currency.
Entries
QAR | [androidJvm] QAR |
USD | [androidJvm] USD |
EUR | [androidJvm] EUR |
GBP | [androidJvm] GBP |
BDT | [androidJvm] BDT |
Properties
Name | Summary |
---|---|
entries | [androidJvm] val entries: EnumEntries<AiCurrencyType> Returns a representation of an immutable list of all enum entries, in the order they're declared. |
name | [androidJvm] val name: String |
ordinal | [androidJvm] val ordinal: Int |
Functions
Name | Summary |
---|---|
valueOf | [androidJvm] fun valueOf(value: String): AiCurrencyType 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<AiCurrencyType> Returns an array containing the constants of this enum type, in the order they're declared. |