| java.lang.Object |
| ↳ |
com.smaato.sdk.video.repository.RetainedAdPresenterRepository |
Class Overview
This class proposal is to keep retained entries of AdPresenters. If Ad is already shown, we shouldn't return it
from main cache anymore and main AdPresenters cache may be freed from particular AdPresenter, but we should retain it
to handle Android behaviours such as Activity recreation, to prevent it from been collected by GC while the Ad is still `alive`.
As currently we have some misalignment in AdPresenters API, it's not that easy to implement generic cache for AdPresenters,
so this class is a candidate to be removed or refactored during API and architecture alignment.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
boolean
|
equals(Object arg0)
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Methods