DialogView

class DialogView(context: Context, onCancel: () -> Unit)

Constructors

Link copied to clipboard
constructor(context: Context, onCancel: () -> Unit)

Functions

Link copied to clipboard
suspend fun hide()
Link copied to clipboard
suspend fun show(message: String, persist: Boolean = true, delay: Long = 300, onCancel: () -> Unit? = null)
Link copied to clipboard
suspend fun showOnLockScreen(message: String, persist: Boolean = true)