showInRoot

fun showInRoot(view: View)

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

Throws

when show is called a second time.