Method | Description | |
---|---|---|
CallUnityAdsCampaignsAvailable ( ) : void | ||
CallUnityAdsCampaignsFetchFailed ( ) : void | ||
CallUnityAdsHide ( ) : void | ||
CallUnityAdsShow ( ) : void | ||
CallUnityAdsVideoCompleted ( string rewardItemKey, bool skipped ) : void | ||
CallUnityAdsVideoStarted ( ) : void | ||
RemoveAllEventHandlers ( ) : void |
Method | Description | |
---|---|---|
CanShowAds ( string zoneId ) : bool | ||
Init ( string gameId, bool testModeEnabled, bool debugModeEnabled, string unityVersion ) : void | ||
RegisterNative ( ) : void | ||
SetCampaignDataURL ( string url ) : void | ||
SetLogLevel ( int logLevel ) : void | ||
Show ( string zoneId, string rewardItemKey, string options ) : bool |
public static CallUnityAdsCampaignsAvailable ( ) : void | ||
return | void |
public static CallUnityAdsCampaignsFetchFailed ( ) : void | ||
return | void |
public static CallUnityAdsVideoCompleted ( string rewardItemKey, bool skipped ) : void | ||
rewardItemKey | string | |
skipped | bool | |
return | void |
public static CallUnityAdsVideoStarted ( ) : void | ||
return | void |
public static RemoveAllEventHandlers ( ) : void | ||
return | void |