Animation.SetAnimationListener(Animation+IAnimationListener) Method

Definition

Binds an animation listener to this animation.

[Android.Runtime.Register("setAnimationListener", "(Landroid/view/animation/Animation$AnimationListener;)V", "GetSetAnimationListener_Landroid_view_animation_Animation_AnimationListener_Handler")]
public virtual void SetAnimationListener (Android.Views.Animations.Animation.IAnimationListener? listener);
[<Android.Runtime.Register("setAnimationListener", "(Landroid/view/animation/Animation$AnimationListener;)V", "GetSetAnimationListener_Landroid_view_animation_Animation_AnimationListener_Handler")>]
abstract member SetAnimationListener : Android.Views.Animations.Animation.IAnimationListener -> unit
override this.SetAnimationListener : Android.Views.Animations.Animation.IAnimationListener -> unit

Parameters

listener
Animation.IAnimationListener

the animation listener to be notified

Attributes

Remarks

Java documentation for android.view.animation.Animation.setAnimationListener(android.view.animation.AnimationListener).

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