kvision / pl.treksoft.kvision.onsenui.dialog / showActionSheet

showActionSheet

(js) fun showActionSheet(title: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, buttons: List<dynamic>? = null): Promise<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