Method | Description | |
---|---|---|
Instance ( ) : |
||
initBaidu ( string appID, string bannerID, string fullID, string videoID ) : void | ||
isInterstitialReady ( ) : bool | ||
isVideoReady ( ) : bool | ||
loadInterstitial ( ) : void | ||
loadVideo ( ) : void | ||
removeBanner ( ) : void | ||
showBannerAbsolute ( |
||
showBannerRelative ( |
||
showInterstitial ( ) : void | ||
showVideo ( ) : void |
Method | Description | |
---|---|---|
_kminitBaidu ( string appid, string bannerid, string fullid, string videoid, BaiduAdCallBack callback ) : void | ||
_kmisInterstitialReady ( ) : bool | ||
_kmloadInterstitial ( ) : void | ||
_kmremoveBanner ( ) : void | ||
_kmshowBannerAbsolute ( int width, int height, int x, int y ) : void | ||
_kmshowBannerRelative ( int width, int height, int position, int marginY ) : void | ||
_kmshowInterstitial ( ) : void | ||
onBaiduEventCallBack ( string adtype, string eventName, string msg ) : void | ||
preInitBaidu ( ) : void |
public initBaidu ( string appID, string bannerID, string fullID, string videoID ) : void | ||
appID | string | |
bannerID | string | |
fullID | string | |
videoID | string | |
return | void |
public showBannerAbsolute ( |
||
size | ||
x | int | |
y | int | |
return | void |
public showBannerRelative ( |
||
size | ||
position | int | |
marginY | int | |
return | void |