Interface ToastHandle
public interface ToastHandle
Handle for a managed toast notification.
-
Method Summary
-
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:
truewhile the toast is queued or visible
-