Senden Sie Alarm Kotlin Android
Toast.makeText(applicationContext, "Hello", Toast.LENGTH_LONG).show()
// for some reason the following returns an error for me.
Toast.makeText(this, "Hello", Toast.LENGTH_LONG).show()
Delightful Dogfish