Android.Widget.Toast.Cancel Method
Close the view if it's showing, or don't show it if it isn't showing yet.

Syntax

[Android.Runtime.Register("cancel", "()V", "GetCancelHandler")]
public virtual void Cancel ()

Remarks

Close the view if it's showing, or don't show it if it isn't showing yet. You do not normally have to call this. Normally view will disappear on its own after the appropriate duration.

[Android Documentation]

Requirements

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