Share via


Entry.ImeOptions(IPlatformElementConfiguration<Android,Entry>) Method

Definition

Returns flags that specify input method editor options, such as the kind of action that is sent by the editor.

public static Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ImeFlags ImeOptions (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Entry> config);
static member ImeOptions : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.Entry> -> Xamarin.Forms.PlatformConfiguration.AndroidSpecific.ImeFlags

Parameters

config
IPlatformElementConfiguration<Android,Entry>

The platform configuration for the Android entry for which to get the input method editor options.

Returns

The flags that specify input method editor options, such as the kind of action that is sent by the editor.

Applies to