ActionSheetStartButtonSettingsBuilder

Methods

Icon(System.String)

Specifies the icon to be displayed in the start button.

Parameters

value - System.String

The value for Icon

RETURNS

Returns the current ActionSheetStartButtonSettingsBuilder instance.

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.

RETURNS

Returns the current ActionSheetStartButtonSettingsBuilder instance.

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.

RETURNS

Returns the current ActionSheetStartButtonSettingsBuilder instance.