用户点击后,Android应用程序可以隐藏admob横幅吗? 即用户点击它,返回应用程序并在那里隐藏横幅(例如1小时) 它可以被视为违反admob规则吗?类似的东西 - 鼓励点击。
如果不行,那么如何保护应用程序免受陌生人的大量点击..
答案 0 :(得分:1)
恕我直言,Admob不太可能考虑在点击后隐藏横幅以反对其政策。
答案 1 :(得分:0)
You
可以使用mAdView.setVisibility(AdView.INVISIBLE);
用户点击后。
答案 2 :(得分:0)
mAdView.setVisibility(AdView.INVISIBLE); and gone, is that the view invisible, still takes up space in your layout while gone doesnt.
If you find the option to set it invisible in [developer.android.com][1] , I think that it is allowed.