Application.GetWindowSoftInputModeAdjust Method

Definition

Overloads

GetWindowSoftInputModeAdjust(BindableObject)

Returns a value that tells whether the soft input mode of the provided element pans or resizes its content to allow the display of the on-screen input UI.

GetWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>)

Returns a value that tells whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.

GetWindowSoftInputModeAdjust(BindableObject)

Returns a value that tells whether the soft input mode of the provided element pans or resizes its content to allow the display of the on-screen input UI.

public static Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust (Xamarin.Forms.BindableObject element);
static member GetWindowSoftInputModeAdjust : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

A value that tells whether the soft input mode of the provided element pans or resizes its content to allow the display of the on-screen input UI.

Applies to

GetWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>)

Returns a value that tells whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.

public static Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application> config);
static member GetWindowSoftInputModeAdjust : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.Application> -> Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust

Parameters

config
IPlatformElementConfiguration<Android,Application>

The platform specific configuration that contains the element on which to perform the operation.

Returns

A value that tells whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.

Applies to