Animation.SetAnimationListener(Animation+IAnimationListener) 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.
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
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.