Android.Window Namespace
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.
Provides APIs for predictive back navigation, splash screens, surface synchronization, input transfer, and trusted presentation thresholds.
Classes
| Name | Description |
|---|---|
| BackEvent |
Object used to report back gesture progress. |
| InputTransferToken |
A token that can be used to request focus on or to transfer touch gesture to a
|
| InputTransferToken.InterfaceConsts | |
| SplashScreen |
Provides an activity's connection to its splash screen. |
| SplashScreenOnExitAnimationEventArgs | |
| SplashScreenView |
The view which allows an activity to customize its splash screen exit animation. |
| SurfaceSyncGroup |
A way for data to be gathered so multiple surfaces can be synced. |
| SystemOnBackInvokedCallbacks |
Utility class providing |
| TrustedPresentationThresholds |
Threshold values that are sent with
|
| TrustedPresentationThresholds.InterfaceConsts | |
Interfaces
| Name | Description |
|---|---|
| IOnBackAnimationCallback |
Interface for applications to register back animation callbacks along their custom back handling. |
| IOnBackInvokedCallback |
Callback allowing applications to handle back events in place of the system. |
| IOnBackInvokedDispatcher |
Dispatcher to register |
| ISplashScreen |
The interface that apps use to talk to the splash screen. |
| ISplashScreenOnExitAnimationListener |
Listens for the splash screen exit event. |
Enums
| Name | Description |
|---|---|
| BackEventEdge |
Defines the edge from which a back swipe begins. |
| SplashScreenStyle |
Specifies the visual style of a launched activity's splash screen. |
Remarks
These APIs support Android window behavior that is coordinated with the system.