C# 클래스 DeltaDNA.Popup

상속: IPopup
파일 보기 프로젝트 열기: deltaDNA/unity-sdk

공개 메소드들

메소드 설명
Close ( ) : void
OnAction ( PopupEventArgs eventArgs ) : void
OnDismiss ( PopupEventArgs eventArgs ) : void
Popup ( ) : System
Popup ( object>.Dictionary options ) : System
Prepare ( object>.Dictionary configuration ) : void
Show ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

OnAction() 공개 메소드

public OnAction ( PopupEventArgs eventArgs ) : void
eventArgs PopupEventArgs
리턴 void

OnDismiss() 공개 메소드

public OnDismiss ( PopupEventArgs eventArgs ) : void
eventArgs PopupEventArgs
리턴 void

Popup() 공개 메소드

public Popup ( ) : System
리턴 System

Popup() 공개 메소드

public Popup ( object>.Dictionary options ) : System
options object>.Dictionary
리턴 System

Prepare() 공개 메소드

public Prepare ( object>.Dictionary configuration ) : void
configuration object>.Dictionary
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void