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.
AppCompat application instance on Android.
public ref class Application abstract sealed
public static class Application
type Application = class
Public Module Application
- Inheritance
-
Application
Fields
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. |