Drawable.UnscheduleSelf Method

Definition

Overloads

UnscheduleSelf(IRunnable)

Use the current Callback implementation to have this Drawable unscheduled.

UnscheduleSelf(Action)

UnscheduleSelf(IRunnable)

Use the current Callback implementation to have this Drawable unscheduled.

[Android.Runtime.Register("unscheduleSelf", "(Ljava/lang/Runnable;)V", "GetUnscheduleSelf_Ljava_lang_Runnable_Handler")]
public virtual void UnscheduleSelf (Java.Lang.IRunnable what);
[<Android.Runtime.Register("unscheduleSelf", "(Ljava/lang/Runnable;)V", "GetUnscheduleSelf_Ljava_lang_Runnable_Handler")>]
abstract member UnscheduleSelf : Java.Lang.IRunnable -> unit
override this.UnscheduleSelf : Java.Lang.IRunnable -> unit

Parameters

what
IRunnable

The runnable that you no longer want called.

Attributes

Remarks

Use the current Callback implementation to have this Drawable unscheduled. Does nothing if there is no Callback attached to the Drawable.

Java documentation for android.graphics.drawable.Drawable.unscheduleSelf(java.lang.Runnable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

UnscheduleSelf(Action)

public void UnscheduleSelf (Action what);
member this.UnscheduleSelf : Action -> unit

Parameters

what
Action

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to