C# Class PaeDaeWrapper, paedae-unity-wrapper

Inheritance: MonoBehaviour
ファイルを表示 Open project: PaeDae/paedae-unity-wrapper Class Usage Examples

Public Methods

Method Description
Init ( string appKey ) : void
PaeDaeWrapper ( GameObject caller ) : System.Collections
ShowAd ( string milestoneId ) : void

Private Methods

Method Description
_PaeDaeWrapperInit ( string key, string objectName ) : void
_PaeDaeWrapperShowAd ( string milestoneId, string objectName ) : void

Method Details

Init() public method

public Init ( string appKey ) : void
appKey string
return void

PaeDaeWrapper() public method

public PaeDaeWrapper ( GameObject caller ) : System.Collections
caller GameObject
return System.Collections

ShowAd() public method

public ShowAd ( string milestoneId ) : void
milestoneId string
return void