Toast.RemoveCallback(Toast+Callback) Method

Definition

Removes a callback previously added with #addCallback(Callback).

[Android.Runtime.Register("removeCallback", "(Landroid/widget/Toast$Callback;)V", "GetRemoveCallback_Landroid_widget_Toast_Callback_Handler", ApiSince=30)]
public virtual void RemoveCallback (Android.Widget.Toast.Callback callback);
[<Android.Runtime.Register("removeCallback", "(Landroid/widget/Toast$Callback;)V", "GetRemoveCallback_Landroid_widget_Toast_Callback_Handler", ApiSince=30)>]
abstract member RemoveCallback : Android.Widget.Toast.Callback -> unit
override this.RemoveCallback : Android.Widget.Toast.Callback -> unit

Parameters

callback
Toast.Callback
Attributes

Remarks

Java documentation for android.widget.Toast.removeCallback(android.widget.Callback).

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