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