Android.Graphics.Drawables.Drawable.UnscheduleSelf Method
Use the current NoType:android/graphics/drawable/Drawable$Callback;Href=../../../../reference/android/graphics/drawable/Drawable.Callback.html implementation to have this Drawable unscheduled.

Syntax

[Android.Runtime.Register("unscheduleSelf", "(Ljava/lang/Runnable;)V", "GetUnscheduleSelf_Ljava_lang_Runnable_Handler")]
public virtual void UnscheduleSelf (Java.Lang.IRunnable what)

Parameters

what
The runnable that you no longer want called.

Remarks

Use the current NoType:android/graphics/drawable/Drawable$Callback;Href=../../../../reference/android/graphics/drawable/Drawable.Callback.html implementation to have this Drawable unscheduled. Does nothing if there is no Callback attached to the Drawable.

[Android Documentation]

Requirements

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