Android.Animation.Animator Class
This is the superclass for classes which provide basic support for animations which can be started, ended, and have AnimatorListeners added to them.

See Also: Animator Members

Syntax

[Android.Runtime.Register("android/animation/Animator", DoNotGenerateAcw=true)]
public abstract class Animator : Java.Lang.Object, Java.Lang.ICloneable, IDisposable

Remarks

This is the superclass for classes which provide basic support for animations which can be started, ended, and have AnimatorListeners added to them.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11