Application Class

Definition

AppCompat application instance on Android.

public static class Application
type Application = class
Inheritance
Application

Fields

SendAppearingEventOnResumeProperty

Backing store for the attached property that controls whether the appearing event is sent when the application resumes.

SendDisappearingEventOnPauseProperty

Backing store for the attached property that controls whether the disappearing event is sent when the application is paused.

ShouldPreserveKeyboardOnResumeProperty

Backing store for the property that controls whether the keyboard state should be preserved when the application resumes.

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