ISplashScreen.SetOnExitAnimationListener Method
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.
Specifies whether an Activity
wants to handle the splash screen animation on its
own.
[Android.Runtime.Register("setOnExitAnimationListener", "(Landroid/window/SplashScreen$OnExitAnimationListener;)V", "GetSetOnExitAnimationListener_Landroid_window_SplashScreen_OnExitAnimationListener_Handler:Android.Window.ISplashScreenInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void SetOnExitAnimationListener (Android.Window.ISplashScreenOnExitAnimationListener listener);
[<Android.Runtime.Register("setOnExitAnimationListener", "(Landroid/window/SplashScreen$OnExitAnimationListener;)V", "GetSetOnExitAnimationListener_Landroid_window_SplashScreen_OnExitAnimationListener_Handler:Android.Window.ISplashScreenInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member SetOnExitAnimationListener : Android.Window.ISplashScreenOnExitAnimationListener -> unit
Parameters
- listener
- ISplashScreenOnExitAnimationListener
the listener for receive the splash screen with
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.