showActionSheet

fun showActionSheet(title: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, buttons: List<dynamic>? = null): <Error class: unknown class><Int>

Displays a dynamic action sheet.

Parameters

title

a title of the action sheet

cancelable

whether the action sheet can be canceled

animation

determines if the transitions are animated