Android.Views.View.ScheduleDrawable Method
Schedules an action on a drawable to occur at a specified time.

Syntax

[Android.Runtime.Register("scheduleDrawable", "(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V", "GetScheduleDrawable_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_JHandler")]
public virtual void ScheduleDrawable (Android.Graphics.Drawables.Drawable who, Java.Lang.IRunnable what, long when)

Parameters

who
the recipient of the action
what
the action to run on the drawable
when
the time at which the action must occur. Uses the Android.OS.SystemClock.UptimeMillis timebase.

Remarks

Schedules an action on a drawable to occur at a specified time.

[Android Documentation]

Requirements

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