Skip to content

platogo/cordova-plugin-unity-ads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-unity-ads

Usage

initialize

UnityAds.initialize(UnityAdsGameId: string, testMode: boolean, debugMode: boolean): Promise

Promise will be resolved on success and rejected on failure.

show ad

UnityAds.show(serverId?: string, videoAdPlacementId?: string): Promise

Promise will be resolved after video has been successfully watched. Promise will be rejected if video has been skiped or other failures.

How to update the SDK

  • Download the SDK version from Unity: Android & iOS
  • Copy the files into the libs folder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published