Transition.RemoveListener(Transition+ITransitionListener) 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.
Removes a listener from the set listening to this animation.
[Android.Runtime.Register("removeListener", "(Landroid/transition/Transition$TransitionListener;)Landroid/transition/Transition;", "GetRemoveListener_Landroid_transition_Transition_TransitionListener_Handler")]
public virtual Android.Transitions.Transition? RemoveListener (Android.Transitions.Transition.ITransitionListener? listener);
[<Android.Runtime.Register("removeListener", "(Landroid/transition/Transition$TransitionListener;)Landroid/transition/Transition;", "GetRemoveListener_Landroid_transition_Transition_TransitionListener_Handler")>]
abstract member RemoveListener : Android.Transitions.Transition.ITransitionListener -> Android.Transitions.Transition
override this.RemoveListener : Android.Transitions.Transition.ITransitionListener -> Android.Transitions.Transition
Parameters
- listener
- Transition.ITransitionListener
the listener to be removed from the current set of listeners for this transition.
Returns
This transition object.
- 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.