Share via


Application Class

Definition

AppCompat application instance on Android.

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

Fields

SendAppearingEventOnResumeProperty

Bindable property for SendAppearingEventOnResume(IPlatformElementConfiguration<Android,Application>, Boolean).

SendDisappearingEventOnPauseProperty

Bindable property for SendDisappearingEventOnPause(IPlatformElementConfiguration<Android,Application>, Boolean).

ShouldPreserveKeyboardOnResumeProperty

Bindable property for ShouldPreserveKeyboardOnResume(IPlatformElementConfiguration<Android,Application>, Boolean).

Methods

GetSendAppearingEventOnResume(BindableObject)

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

GetSendAppearingEventOnResume(IPlatformElementConfiguration<Android,Application>)

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

GetSendDisappearingEventOnPause(BindableObject)

Returns a Boolean value that tells whether the disappearing event is sent when the application is paused.

GetSendDisappearingEventOnPause(IPlatformElementConfiguration<Android,Application>)

Returns a Boolean value that tells whether the disappearing event is sent when the application is paused.

GetShouldPreserveKeyboardOnResume(BindableObject)

Returns a Boolean value that tells whether the keyboard state should be preserved when the application resumes.

GetShouldPreserveKeyboardOnResume(IPlatformElementConfiguration<Android,Application>)

Returns a Boolean value that tells whether the keyboard state should be preserved when the application resumes.

SendAppearingEventOnResume(IPlatformElementConfiguration<Android,Application>, Boolean)

Sets a value that controls whether the appearing event is sent when the application resumes.

SendDisappearingEventOnPause(IPlatformElementConfiguration<Android,Application>, Boolean)

Sets a Boolean value that controls whether the disappearing event is sent when the application is paused.

SetSendAppearingEventOnResume(BindableObject, Boolean)

Sets a Boolean value that controls whether the appearing event is sent when the application resumes.

SetSendDisappearingEventOnPause(BindableObject, Boolean)

Sets a Boolean value that controls whether the disappearing event is sent when the application is paused.

SetShouldPreserveKeyboardOnResume(BindableObject, Boolean)

Sets a Boolean value that controls whether the keyboard state should be preserved when the application resumes.

ShouldPreserveKeyboardOnResume(IPlatformElementConfiguration<Android,Application>, Boolean)

Sets a Boolean value that controls whether the keyboard state should be preserved when the application resumes.

Applies to