Partager via


MeasureUnit.GetAvailable(String) Method

Definition

For the given type, return the available units.

[Android.Runtime.Register("getAvailable", "(Ljava/lang/String;)Ljava/util/Set;", "", ApiSince=24)]
public static System.Collections.Generic.ICollection<Android.Icu.Util.MeasureUnit>? GetAvailable (string? type);
[<Android.Runtime.Register("getAvailable", "(Ljava/lang/String;)Ljava/util/Set;", "", ApiSince=24)>]
static member GetAvailable : string -> System.Collections.Generic.ICollection<Android.Icu.Util.MeasureUnit>

Parameters

type
String

the type

Returns

the available units for type. Returned set is unmodifiable.

Attributes

Remarks

For the given type, return the available units.

Java documentation for android.icu.util.MeasureUnit.getAvailable(java.lang.String).

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