onAdMeasured method
广告视图测量回调
Implementation
onAdMeasured(ProNativeExpressAd bwtAd, double width, double height) {
if (bwtAd.refreshAdHeight(height)) {
_checkUpdateWidget(bwtAd);
}
}
广告视图测量回调
onAdMeasured(ProNativeExpressAd bwtAd, double width, double height) {
if (bwtAd.refreshAdHeight(height)) {
_checkUpdateWidget(bwtAd);
}
}