Android.Views.Animations.Animation.SetAnimationListener Method

Syntax

[Android.Runtime.Register("setAnimationListener", "(Landroid/view/animation/Animation$AnimationListener;)V", "GetSetAnimationListener_Landroid_view_animation_Animation_AnimationListener_Handler")]
public virtual void SetAnimationListener (Animation.IAnimationListener listener)

Parameters

listener
the animation listener to be notified

Remarks

Binds an animation listener to this animation. The animation listener is notified of animation events such as the end of the animation or the repetition of the animation.

[Android Documentation]

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1