T - the type of the ad viewpublic interface StandaloneAdViewFactory<T extends android.view.View & AdViewConfig>
| Modifier and Type | Method and Description |
|---|---|
T |
createStandaloneAdView(android.app.Activity activity,
StandaloneAdPlaybackListener standaloneAdPlaybackListener)
Creates a standalone ad view for the given activity.
|
@NonNull T createStandaloneAdView(@NonNull android.app.Activity activity, @NonNull StandaloneAdPlaybackListener standaloneAdPlaybackListener)
activity - the activity that will include the view.standaloneAdPlaybackListener - the listener that will be called with events of the ad playback.