| Status | ToastItem. getStatus() | Returns the status of the toast. | 
| Status | Toaster. show(String... label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(String title,
    String label) | Creates and shows a toast with title and label. | 
| Status | Toaster. show(String title,
    List<String> label) | Creates and shows a toast with title and label. | 
| Status | Toaster. show(List<String> label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(Map<String,Object> context,
    String... label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(Map<String,Object> context,
    String title,
    String label) | Creates and shows a toast with title and label. | 
| Status | Toaster. show(Map<String,Object> context,
    String title,
    List<String> label) | Creates and shows a toast with title and label. | 
| Status | Toaster. show(Map<String,Object> context,
    List<String> label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(Map<String,Object> context,
    IsToastType type,
    String... label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(Map<String,Object> context,
    IsToastType type,
    String title,
    String label) | Creates and shows a toast with title and label. | 
| Status | Toaster. show(Map<String,Object> context,
    IsToastType type,
    String title,
    List<String> label) | Creates and shows a toast with title and label. | 
| Status | Toaster. show(Map<String,Object> context,
    IsToastType type,
    List<String> label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(Map<String,Object> context,
    ToastOptions options,
    String... label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(Map<String,Object> context,
    ToastOptions options,
    String title,
    String label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(Map<String,Object> context,
    ToastOptions options,
    String title,
    List<String> label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(Map<String,Object> context,
    ToastOptions options,
    List<String> label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(IsToastType type,
    String... label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(IsToastType type,
    String title,
    String label) | Creates and shows a toast with title and label. | 
| Status | Toaster. show(IsToastType type,
    String title,
    List<String> label) | Creates and shows a toast with title and label. | 
| Status | Toaster. show(IsToastType type,
    List<String> label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(ToastOptions options,
    String... label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(ToastOptions options,
    String title,
    String label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(ToastOptions options,
    String title,
    List<String> label) | Creates and shows a toast configured by the passed options. | 
| Status | Toaster. show(ToastOptions options,
    List<String> label) | Creates and shows a toast configured by the passed options. | 
| Status | ToastItem. show() | Shows the toast item. |