Share via


Transition.ITransitionListener.OnTransitionEnd(Transition) Method

Definition

Notification about the end of the transition.

[Android.Runtime.Register("onTransitionEnd", "(Landroid/transition/Transition;)V", "GetOnTransitionEnd_Landroid_transition_Transition_Handler:Android.Transitions.Transition/ITransitionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnTransitionEnd (Android.Transitions.Transition transition);
[<Android.Runtime.Register("onTransitionEnd", "(Landroid/transition/Transition;)V", "GetOnTransitionEnd_Landroid_transition_Transition_Handler:Android.Transitions.Transition/ITransitionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnTransitionEnd : Android.Transitions.Transition -> unit

Parameters

transition
Transition

The transition which reached its end.

Attributes

Remarks

Notification about the end of the transition. Canceled transitions will always notify listeners of both the cancellation and end events. That is, #onTransitionEnd(Transition) is always called, regardless of whether the transition was canceled or played through to completion.

Java documentation for android.transition.Transition.TransitionListener.onTransitionEnd(android.transition.Transition).

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