Language

DisplayContext.InvokeType Method

Definition

Gets the Type part of the enum item (for example, CAPITALIZATION).

[Android.Runtime.Register("type", "()Landroid/icu/text/DisplayContext$Type;", "", ApiSince=24)]
public Android.Icu.Text.DisplayContext.Type? InvokeType();
[<Android.Runtime.Register("type", "()Landroid/icu/text/DisplayContext$Type;", "", ApiSince=24)>]
member this.InvokeType : unit -> Android.Icu.Text.DisplayContext.Type

Returns

The Type part of this enum item.

Attributes

Remarks

Gets the Type part of the enum item (for example, CAPITALIZATION).

Android reference for android.icu.text.DisplayContext.type.

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