非常好Admob plugin to Nativescript。有了它,我们可以在最顶层和底层页面上创建横幅。也可以自定义边距。
但是我尝试在placeholder-view上使用此插件,就像下面编辑过的图片一样。我没有成功。有没有办法做到这一点。
var admob = require("nativescript-admob");
admob.createBanner({
// NEED TO PUT THE VIEW HERE, but it is not working
view: "????",
testing: true, // set to false to get real banners
size: admob.AD_SIZE.BANNER,
androidBannerId: "ca-app-pub-AAAAAAAA/BBBBBBB",
margins: {
bottom: 50
}
})
那么,如何创建一个Nativescript占位符,以及如何在admob函数代码上实现它。