public class CBViewController
extends java.lang.Object
| Constructor and Description |
|---|
CBViewController(AnimationManager animationManager,
Downloader downloader,
java.util.concurrent.atomic.AtomicReference<SdkConfiguration> sdkConfig,
Handler uiHandler)
Public Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
dismissImpression(CBImpression impression)
Dismiss the current visible impression.
|
PopupImpressionView |
getContainer()
returns the popup layout the holds and manages the impression
|
void |
removeImpression(CBImpression impression) |
public CBViewController(AnimationManager animationManager, Downloader downloader, java.util.concurrent.atomic.AtomicReference<SdkConfiguration> sdkConfig, Handler uiHandler)
public void dismissImpression(CBImpression impression)
impression - : the impression to dismisspublic void removeImpression(CBImpression impression)
public PopupImpressionView getContainer()