ISplashScreenOnExitAnimationListener.OnSplashScreenExit メソッド

定義

このコールバックを受信すると、 SplashScreenView オブジェクトはアクティビティの上に描画されます。

[Android.Runtime.Register("onSplashScreenExit", "(Landroid/window/SplashScreenView;)V", "GetOnSplashScreenExit_Landroid_window_SplashScreenView_Handler:Android.Window.ISplashScreenOnExitAnimationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void OnSplashScreenExit (Android.Window.SplashScreenView view);
[<Android.Runtime.Register("onSplashScreenExit", "(Landroid/window/SplashScreenView;)V", "GetOnSplashScreenExit_Landroid_window_SplashScreenView_Handler:Android.Window.ISplashScreenOnExitAnimationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnSplashScreenExit : Android.Window.SplashScreenView -> unit

パラメーター

view
SplashScreenView

このアクティビティの上にあるビュー オブジェクト。

属性

注釈

このコールバックを受信すると、 SplashScreenView オブジェクトはアクティビティの上に描画されます。 は SplashScreenView スプラッシュ スクリーン ビュー オブジェクトを表し、開発者はこのビューに基づいて終了アニメーションを作成できます。</P>

アクティビティが によってリスナー #clearOnExitAnimationListenerをクリアした場合、このメソッドは呼び出されません。

android.window.SplashScreen.OnExitAnimationListener.onSplashScreenExit(android.window.SplashScreenView)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象