C# Class PaeDaeWrapper, paedae-unity-wrapper

Inheritance: MonoBehaviour
Afficher le fichier Open project: PaeDae/paedae-unity-wrapper Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
_PaeDaeWrapperInit ( string key, string objectName ) : void
_PaeDaeWrapperShowAd ( string milestoneId, string objectName ) : void

Method Details

Init() public méthode

public Init ( string appKey ) : void
appKey string
Résultat void

PaeDaeWrapper() public méthode

public PaeDaeWrapper ( GameObject caller ) : System.Collections
caller GameObject
Résultat System.Collections

ShowAd() public méthode

public ShowAd ( string milestoneId ) : void
milestoneId string
Résultat void