Application Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
WindowSoftInputModeAdjustProperty |
Bindable property for WindowSoftInputModeAdjust. |
Methods
GetWindowSoftInputModeAdjust(BindableObject) |
Returns a value that tells whether the soft input mode of the provided |
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 |
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. |