Share via


Application Class

Definition

The application instance that Microsoft.Maui.Controls created on the Android platform.

public ref class Application abstract sealed
public static class Application
type Application = class
Public Module Application
Inheritance
Application

Fields

Name Description
WindowSoftInputModeAdjustProperty

Bindable property for WindowSoftInputModeAdjust.

Methods

Name Description
GetWindowSoftInputModeAdjust(BindableObject)

Gets a value that controls whether the soft input mode pans or resizes content to accommodate the on-screen keyboard.

GetWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>)

Gets a value that controls whether the soft input mode pans or resizes content to accommodate the on-screen keyboard.

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