C# 클래스 Kiip, unity-wrapper

상속: MonoBehaviour
파일 보기 프로젝트 열기: kiip/unity-wrapper 1 사용 예제들

공개 메소드들

메소드 설명
onClickNotification ( string empty ) : void
onContent ( string commaDelimitedString ) : void
onDismissModal ( string empty ) : void
onDismissNotification ( string empty ) : void
onDismissPoptart ( string empty ) : void
onSaveMomentFailed ( string param ) : void
onSaveMomentFinished ( string param ) : void
onShowModal ( string empty ) : void
onShowNotification ( string empty ) : void
onShowPoptart ( string empty ) : void
onVideoDismiss ( string empty ) : void
onVideoShow ( string empty ) : void
sessionFailedToStart ( string param ) : void
sessionStarted ( string empty ) : void

메소드 상세

onClickNotification() 공개 메소드

public onClickNotification ( string empty ) : void
empty string
리턴 void

onContent() 공개 메소드

public onContent ( string commaDelimitedString ) : void
commaDelimitedString string
리턴 void

onDismissModal() 공개 메소드

public onDismissModal ( string empty ) : void
empty string
리턴 void

onDismissNotification() 공개 메소드

public onDismissNotification ( string empty ) : void
empty string
리턴 void

onDismissPoptart() 공개 메소드

public onDismissPoptart ( string empty ) : void
empty string
리턴 void

onSaveMomentFailed() 공개 메소드

public onSaveMomentFailed ( string param ) : void
param string
리턴 void

onSaveMomentFinished() 공개 메소드

public onSaveMomentFinished ( string param ) : void
param string
리턴 void

onShowModal() 공개 메소드

public onShowModal ( string empty ) : void
empty string
리턴 void

onShowNotification() 공개 메소드

public onShowNotification ( string empty ) : void
empty string
리턴 void

onShowPoptart() 공개 메소드

public onShowPoptart ( string empty ) : void
empty string
리턴 void

onVideoDismiss() 공개 메소드

public onVideoDismiss ( string empty ) : void
empty string
리턴 void

onVideoShow() 공개 메소드

public onVideoShow ( string empty ) : void
empty string
리턴 void

sessionFailedToStart() 공개 메소드

public sessionFailedToStart ( string param ) : void
param string
리턴 void

sessionStarted() 공개 메소드

public sessionStarted ( string empty ) : void
empty string
리턴 void