android.view.View.unscheduleDrawable C# (CSharp) Method

unscheduleDrawable() public method

public unscheduleDrawable ( android arg0 ) : void
arg0 android
return void
        public virtual void unscheduleDrawable(android.graphics.drawable.Drawable arg0)
        {
            global::MonoJavaBridge.JavaBridge.CallVoidMethod(this, global::android.view.View.staticClass, "unscheduleDrawable", "(Landroid/graphics/drawable/Drawable;)V", ref global::android.view.View._m234, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
        }

Same methods

View::unscheduleDrawable ( android arg0, global arg1 ) : void
View::unscheduleDrawable ( android arg0, java arg1 ) : void
View