Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Android 编写免费游戏,我将使用 AdMob。我有一个关于点击添加的问题。我知道我可以检查用户何时单击 AdView 中的 onClick 处理程序的添加。我想实现一个功能,为用户提供一些点击添加的“特殊奖励”。哪种方法更适合捕获添加点击,onClick 或 onDismissScreen?
我认为 onDismissScreen 是一种更清洁的方式。但要小心,强迫用户点击广告可能违反 Admob TOS。