# Print output for @column tags ?> Toast.Callback - Android SDK | Android Developers

Most visited

Recently visited

Toast.Callback

public static abstract class Toast.Callback
extends Object

java.lang.Object
   ↳ android.widget.Toast.Callback


Callback object to be called when the toast is shown or hidden.

See also:

Summary

Public constructors

Callback()

Public methods

void onToastHidden()

Called when the toast is hidden.

void onToastShown()

Called when the toast is displayed on the screen.

Inherited methods

Public constructors

Callback

public Callback ()

Public methods

onToastHidden

public void onToastHidden ()

Called when the toast is hidden.

onToastShown

public void onToastShown ()

Called when the toast is displayed on the screen.