Interface ToastHandle


public interface ToastHandle
Handle for a managed toast notification.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Requests that the toast dismiss and clean itself up.
    boolean
    Returns whether the toast is still managed by the runtime.
  • Method Details

    • dismiss

      void dismiss()
      Requests that the toast dismiss and clean itself up.
    • visible

      boolean visible()
      Returns whether the toast is still managed by the runtime.
      Returns:
      true while the toast is queued or visible