- who
- The drawable being scheduled.
- what
- The action to execute.
- when
- The time (in milliseconds) to run. The timebase is Android.OS.SystemClock.UptimeMillis
A Drawable can call this to schedule the next frame of its animation. An implementation can generally simply call Android.OS.Handler.PostAtTime(Java.Lang.IRunnable, Java.Lang.Object, Java.Lang.Object) with the parameters (what, who, when) to perform the scheduling.