AlertActions

interface AlertActions

Interface that defines actions that can be used for presenting an Alert.

Inheritors

Functions

Link copied to clipboard
abstract fun dismiss(animated: Boolean = true)

Dismisses the currently presented Alert

Link copied to clipboard
abstract suspend fun show(animated: Boolean = true): Alert.Action?

Presents an Alert and suspends until completion

Link copied to clipboard
abstract fun showAsync(animated: Boolean = true, completion: () -> Unit = {})

Presents an Alert