C# Class DeltaDNA.Popup

Inheritance: IPopup
Show file Open project: deltaDNA/unity-sdk

Public Methods

Method Description
Close ( ) : void
OnAction ( PopupEventArgs eventArgs ) : void
OnDismiss ( PopupEventArgs eventArgs ) : void
Popup ( ) : System
Popup ( object>.Dictionary options ) : System
Prepare ( object>.Dictionary configuration ) : void
Show ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

OnAction() public method

public OnAction ( PopupEventArgs eventArgs ) : void
eventArgs PopupEventArgs
return void

OnDismiss() public method

public OnDismiss ( PopupEventArgs eventArgs ) : void
eventArgs PopupEventArgs
return void

Popup() public method

public Popup ( ) : System
return System

Popup() public method

public Popup ( object>.Dictionary options ) : System
options object>.Dictionary
return System

Prepare() public method

public Prepare ( object>.Dictionary configuration ) : void
configuration object>.Dictionary
return void

Show() public method

public Show ( ) : void
return void