show

fun show(view: View)

Shows this toast by adding it to the TtToastContainer closest to view. Starting from view it will traverse the parents of the provided view all through the view hierarchy searching for the first TtToastContainer it finds.

Throws

when show is called a second time.