MeasureUnit.AvailableTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all of the available units' types.
public static System.Collections.Generic.ICollection<string>? AvailableTypes { [Android.Runtime.Register("getAvailableTypes", "()Ljava/util/Set;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getAvailableTypes", "()Ljava/util/Set;", "", ApiSince=24)>]
static member AvailableTypes : System.Collections.Generic.ICollection<string>
Property Value
- Attributes
Remarks
Get all of the available units' types. Returned set is unmodifiable.
Java documentation for android.icu.util.MeasureUnit.getAvailableTypes()
.
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.