C# Class Kiip, unity-wrapper

Inheritance: MonoBehaviour
Show file Open project: kiip/unity-wrapper Class Usage Examples

Public Methods

Method Description
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

Method Details

onClickNotification() public method

public onClickNotification ( string empty ) : void
empty string
return void

onContent() public method

public onContent ( string commaDelimitedString ) : void
commaDelimitedString string
return void

onDismissModal() public method

public onDismissModal ( string empty ) : void
empty string
return void

onDismissNotification() public method

public onDismissNotification ( string empty ) : void
empty string
return void

onDismissPoptart() public method

public onDismissPoptart ( string empty ) : void
empty string
return void

onSaveMomentFailed() public method

public onSaveMomentFailed ( string param ) : void
param string
return void

onSaveMomentFinished() public method

public onSaveMomentFinished ( string param ) : void
param string
return void

onShowModal() public method

public onShowModal ( string empty ) : void
empty string
return void

onShowNotification() public method

public onShowNotification ( string empty ) : void
empty string
return void

onShowPoptart() public method

public onShowPoptart ( string empty ) : void
empty string
return void

onVideoDismiss() public method

public onVideoDismiss ( string empty ) : void
empty string
return void

onVideoShow() public method

public onVideoShow ( string empty ) : void
empty string
return void

sessionFailedToStart() public method

public sessionFailedToStart ( string param ) : void
param string
return void

sessionStarted() public method

public sessionStarted ( string empty ) : void
empty string
return void