Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.17 KB | None | 0 0
  1. alert("Hi, I'm Roy", "Have you tried turning it off and on again?") {
  2.                     yesButton { toast("Oh…") }
  3.                     noButton {}
  4.                 }.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement