ActionSheetStartButtonSettingsBuilder

Methods

Icon(System.String)

Specifies the icon to be displayed in the start button.

Parameters

value - System.String

The value for Icon

Click(System.String)

The function that will be executed when the start button is clicked.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Click(System.Func)

The function that will be executed when the start button is clicked.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.