Toast.Callback.OnToastShown Method

Definition

Called when the toast is displayed on the screen.

[Android.Runtime.Register("onToastShown", "()V", "GetOnToastShownHandler", ApiSince=30)]
public virtual void OnToastShown ();
[<Android.Runtime.Register("onToastShown", "()V", "GetOnToastShownHandler", ApiSince=30)>]
abstract member OnToastShown : unit -> unit
override this.OnToastShown : unit -> unit
Attributes

Remarks

Called when the toast is displayed on the screen.

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

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