Share via


TimeAnimator.SetTimeListener(TimeAnimator+ITimeListener) Method

Definition

Sets a listener that is sent update events throughout the life of an animation.

[Android.Runtime.Register("setTimeListener", "(Landroid/animation/TimeAnimator$TimeListener;)V", "GetSetTimeListener_Landroid_animation_TimeAnimator_TimeListener_Handler")]
public virtual void SetTimeListener (Android.Animation.TimeAnimator.ITimeListener? listener);
[<Android.Runtime.Register("setTimeListener", "(Landroid/animation/TimeAnimator$TimeListener;)V", "GetSetTimeListener_Landroid_animation_TimeAnimator_TimeListener_Handler")>]
abstract member SetTimeListener : Android.Animation.TimeAnimator.ITimeListener -> unit
override this.SetTimeListener : Android.Animation.TimeAnimator.ITimeListener -> unit

Parameters

listener
TimeAnimator.ITimeListener

the listener to be set.

Attributes

Remarks

Java documentation for android.animation.TimeAnimator.setTimeListener(android.animation.TimeListener).

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