Interface BannerAdSession
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Releases native resources held by this session.getView()The component to embed in the UI, never null.voidBegins loading a banner ad.voidsetCallback(AdSessionCallback callback) Registers the callback used to report lifecycle events.
-
Method Details
-
getView
Component getView()The component to embed in the UI, never null. -
setCallback
Registers the callback used to report lifecycle events. Called once immediately after creation. -
load
Begins loading a banner ad. The request may be null for a default load. -
dispose
void dispose()Releases native resources held by this session.
-