Application Class

Definition

The application instance that Xamarin.Forms created on the Android platform.

public static class Application
type Application = class
Inheritance
System.Object
Application

Fields

WindowSoftInputModeAdjustProperty

The backing store for the attached property that controls whether the soft input mode pans or resizes content to allow the display of the on-screen input UI.

Methods

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.

SetWindowSoftInputModeAdjust(BindableObject, WindowSoftInputModeAdjust)

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

UseWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>, WindowSoftInputModeAdjust)

Sets a value that controls 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