C# Class Unity.Platform.IPhone.IPhoneNotification.ActionSheetDelegate

Inheritance: UIActionSheetDelegate
Show file Open project: Appverse/appverse-mobile

Public Methods

Method Description
ActionSheetDelegate ( string javascriptCallBackFunctions ) : AudioToolbox
Clicked ( UIActionSheet actionSheet, nint index ) : void

Method Details

ActionSheetDelegate() public method

public ActionSheetDelegate ( string javascriptCallBackFunctions ) : AudioToolbox
javascriptCallBackFunctions string
return AudioToolbox

Clicked() public method

public Clicked ( UIActionSheet actionSheet, nint index ) : void
actionSheet UIActionSheet
index nint
return void