Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) AN_GoogleAdProxy.RefreshAd Examples
Programming Language:
C# (CSharp)
Class/Type:
AN_GoogleAdProxy
Method/Function:
RefreshAd
Examples at hotexamples.com:
1
C# (CSharp) AN_GoogleAdProxy.RefreshAd - 1 examples found
. These are the top rated real world C# (CSharp) examples of
AN_GoogleAdProxy.RefreshAd
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
DestroyBanner(3)
StartInterstitialAd(2)
ShowInterstitialAd(2)
SetBannerPosition(2)
InitMobileAd(2)
LoadInterstitialAd(2)
AddTestDevice(2)
AddKeyword(1)
RefreshAd(1)
ShowRewardedVideo(1)
ShowAd(1)
SetGender(1)
SetBirthday(1)
ResumeAd(1)
LoadRewardedVideo(1)
RecordInAppResolution(1)
PauseAd(1)
HideAd(1)
CreateBannerAdPos(1)
CreateBannerAd(1)
ChangeRewardedVideoUnitID(1)
ChangeInterstisialsUnitID(1)
ChangeBannersUnitID(1)
AddTestDevices(1)
TagForChildDirectedTreatment(1)
Frequently Used Methods
DestroyBanner (3)
StartInterstitialAd (2)
ShowInterstitialAd (2)
SetBannerPosition (2)
InitMobileAd (2)
LoadInterstitialAd (2)
AddTestDevice (2)
AddKeyword (1)
RefreshAd (1)
ShowRewardedVideo (1)
Frequently Used Methods
ShowAd (1)
SetGender (1)
SetBirthday (1)
ResumeAd (1)
LoadRewardedVideo (1)
RecordInAppResolution (1)
PauseAd (1)
HideAd (1)
CreateBannerAdPos (1)
CreateBannerAd (1)
ChangeRewardedVideoUnitID (1)
ChangeInterstisialsUnitID (1)
ChangeBannersUnitID (1)
AddTestDevices (1)
TagForChildDirectedTreatment (1)
Frequently Used Methods
ChangeRewardedVideoUnitID (1)
ChangeInterstisialsUnitID (1)
ChangeBannersUnitID (1)
AddTestDevices (1)
TagForChildDirectedTreatment (1)
Example #1
0
Show file
File:
AndroidADBanner.cs
Project:
johnessy012/Polybition
public void Refresh() { if (!_IsLoaded) { return; } AN_GoogleAdProxy.RefreshAd(_id); }
x