- who
- The drawable being unscheduled.
- what
- The action being unscheduled.
A Drawable can call this to unschedule an action previously scheduled with NoType:android/graphics/drawable/Drawable$Callback;Href=../../../../reference/android/graphics/drawable/Drawable.Callback.html#scheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable, long). An implementation can generally simply call Android.OS.Handler.RemoveCallbacks(Java.Lang.IRunnable, Java.Lang.Object) with the parameters (what, who) to unschedule the drawable.