C# Class UnityEngine.Advertisements.UnityAdsInternal

Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode Description
CallUnityAdsCampaignsAvailable ( ) : void
CallUnityAdsCampaignsFetchFailed ( ) : void
CallUnityAdsHide ( ) : void
CallUnityAdsShow ( ) : void
CallUnityAdsVideoCompleted ( string rewardItemKey, bool skipped ) : void
CallUnityAdsVideoStarted ( ) : void
RemoveAllEventHandlers ( ) : void

Private Methods

Méthode 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

Method Details

CallUnityAdsCampaignsAvailable() public static méthode

public static CallUnityAdsCampaignsAvailable ( ) : void
Résultat void

CallUnityAdsCampaignsFetchFailed() public static méthode

public static CallUnityAdsCampaignsFetchFailed ( ) : void
Résultat void

CallUnityAdsHide() public static méthode

public static CallUnityAdsHide ( ) : void
Résultat void

CallUnityAdsShow() public static méthode

public static CallUnityAdsShow ( ) : void
Résultat void

CallUnityAdsVideoCompleted() public static méthode

public static CallUnityAdsVideoCompleted ( string rewardItemKey, bool skipped ) : void
rewardItemKey string
skipped bool
Résultat void

CallUnityAdsVideoStarted() public static méthode

public static CallUnityAdsVideoStarted ( ) : void
Résultat void

RemoveAllEventHandlers() public static méthode

public static RemoveAllEventHandlers ( ) : void
Résultat void