monoandroid
namespace Android.Animation
{
[Register("android/animation/TimeAnimator", DoNotGenerateAcw = true)]
public class TimeAnimator : ValueAnimator
{
[Register("android/animation/TimeAnimator$TimeListener", "", "Android.Animation.TimeAnimator/ITimeListenerInvoker")]
public interface ITimeListener : IJavaObject, IJavaPeerable, IDisposable
{
[Register("onTimeUpdate", "(Landroid/animation/TimeAnimator;JJ)V", "GetOnTimeUpdate_Landroid_animation_TimeAnimator_JJHandler:Android.Animation.TimeAnimator/ITimeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
void OnTimeUpdate(TimeAnimator? animation, long totalTime, long deltaTime);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |