Метод | Описание | |
---|---|---|
Instance ( ) : |
||
initAdmob ( string bannerID, string fullID ) : void | ||
isInterstitialReady ( ) : bool | ||
isRewardedVideoReady ( ) : bool | ||
loadInterstitial ( ) : void | ||
loadRewardedVideo ( string rewardedVideoID ) : void | ||
removeBanner ( string instanceName = "defaultBanner" ) : void | ||
removeNativeBanner ( string instanceName = "defaultNativeBanner" ) : void | ||
setForChildren ( bool v ) : void | ||
setTesting ( bool v ) : void | ||
showBannerAbsolute ( |
||
showBannerRelative ( |
||
showInterstitial ( ) : void | ||
showNativeBannerAbsolute ( |
||
showNativeBannerRelative ( |
||
showRewardedVideo ( ) : void |
Метод | Описание | |
---|---|---|
_kminitAdmob ( string bannerid, string fullid, AdmobAdCallBack callback ) : void | ||
_kmisInterstitialReady ( ) : bool | ||
_kmisRewardedVideoReady ( ) : bool | ||
_kmloadInterstitial ( ) : void | ||
_kmloadRewardedVideo ( string rewardedVideoID ) : void | ||
_kmremoveBanner ( string instanceName ) : void | ||
_kmremoveNativeBanner ( string instanceName ) : void | ||
_kmsetForChildren ( bool v ) : void | ||
_kmsetTesting ( bool v ) : void | ||
_kmshowBannerAbsolute ( int width, int height, int x, int y, string instanceName ) : void | ||
_kmshowBannerRelative ( int width, int height, int position, int marginY, string instanceName ) : void | ||
_kmshowInterstitial ( ) : void | ||
_kmshowNativeBannerAbsolute ( int width, int height, int x, int y, string nativeID, string instanceName ) : void | ||
_kmshowNativeBannerRelative ( int width, int height, int position, int marginY, string nativeID, string instanceName ) : void | ||
_kmshowRewardedVideo ( ) : void | ||
onAdmobEventCallBack ( string adtype, string eventName, string msg ) : void | ||
preInitAdmob ( ) : void |
public initAdmob ( string bannerID, string fullID ) : void | ||
bannerID | string | |
fullID | string | |
Результат | void |
public loadRewardedVideo ( string rewardedVideoID ) : void | ||
rewardedVideoID | string | |
Результат | void |
public removeBanner ( string instanceName = "defaultBanner" ) : void | ||
instanceName | string | |
Результат | void |
public removeNativeBanner ( string instanceName = "defaultNativeBanner" ) : void | ||
instanceName | string | |
Результат | void |
public showBannerAbsolute ( |
||
size | ||
x | int | |
y | int | |
instanceName | string | |
Результат | void |
public showBannerRelative ( |
||
size | ||
position | int | |
marginY | int | |
instanceName | string | |
Результат | void |
public showNativeBannerAbsolute ( |
||
size | ||
x | int | |
y | int | |
nativeBannerID | string | |
instanceName | string | |
Результат | void |
public showNativeBannerRelative ( |
||
size | ||
position | int | |
marginY | int | |
nativeBannerID | string | |
instanceName | string | |
Результат | void |