C# Class DeltaDNA.Popup

Inheritance: IPopup
Afficher le fichier Open project: deltaDNA/unity-sdk

Méthodes publiques

Méthode 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 méthode

public Close ( ) : void
Résultat void

OnAction() public méthode

public OnAction ( PopupEventArgs eventArgs ) : void
eventArgs PopupEventArgs
Résultat void

OnDismiss() public méthode

public OnDismiss ( PopupEventArgs eventArgs ) : void
eventArgs PopupEventArgs
Résultat void

Popup() public méthode

public Popup ( ) : System
Résultat System

Popup() public méthode

public Popup ( object>.Dictionary options ) : System
options object>.Dictionary
Résultat System

Prepare() public méthode

public Prepare ( object>.Dictionary configuration ) : void
configuration object>.Dictionary
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void