Exemplo n.º 1
0
  /**
   * Returns true if the SuperCardToast is showing. <br>
   *
   * @return boolean <br>
   */
  public boolean isShowing() {

    return mToastView != null && mToastView.isShown();
  }