Skip to content

Toast

Show a toast by just calling toast(yourText), and dodge API 25 BadTokenException.

Supported platforms: Android.

To create and show a Toast, just call toast(…) (for breakfast) or longToast(…) (for breakslow) with either a string resource id or a CharSequence.

Download

implementation("com.louiscad.splitties:splitties-toast:3.0.0-beta01")