Package com.yandex.mobile.ads.appopenad
Interface AppOpenAd
-
- All Implemented Interfaces:
@MainThread() public interface AppOpenAd
Full-screen app open ad.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
setAdEventListener(AppOpenAdEventListener appOpenAdEventListener)
Sets an AppOpenAdEventListener. abstract Unit
show(Activity activity)
Shows the app open ad. abstract AdInfo
getInfo()
-
-
Method Detail
-
setAdEventListener
abstract Unit setAdEventListener(AppOpenAdEventListener appOpenAdEventListener)
Sets an AppOpenAdEventListener.
- Parameters:
appOpenAdEventListener
- AppOpenAdEventListener.
-
show
abstract Unit show(Activity activity)
Shows the app open ad. Single app open ad can be showed just once.
- Parameters:
activity
- Activity.
-
-
-
-