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(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.
|