Share via


Currency.AvailableCurrencies Property

Definition

Returns the set of available currencies.

public static System.Collections.Generic.ICollection<Android.Icu.Util.Currency>? AvailableCurrencies { [Android.Runtime.Register("getAvailableCurrencies", "()Ljava/util/Set;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAvailableCurrencies", "()Ljava/util/Set;", "", ApiSince=24)>]
static member AvailableCurrencies : System.Collections.Generic.ICollection<Android.Icu.Util.Currency>

Property Value

The set of available currencies. The returned set could be empty if there is no currency data available.

Attributes

Remarks

Returns the set of available currencies. The returned set of currencies contains all of the available currencies, including obsolete ones. The result set can be modified without affecting the available currencies in the runtime.

Java documentation for android.icu.util.Currency.getAvailableCurrencies().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to