ISplashScreen.SetOnExitAnimationListener Method

Definition

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

Java documentation for android.window.SplashScreen.setOnExitAnimationListener(android.window.OnExitAnimationListener).

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.

Applies to