public abstract class ToasterView
extends RelativeLayout
| Modifier and Type | Class and Description |
|---|---|
static interface |
ToasterView.Side |
| Modifier and Type | Field and Description |
|---|---|
protected InterstitialVideoViewProtocol |
protocol |
| Constructor and Description |
|---|
ToasterView(Context context,
InterstitialVideoViewProtocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
animateView(boolean show)
slide view in or out safely
|
protected abstract View |
getContent() |
protected abstract int |
getSize() |
void |
setSide(int side) |
protected InterstitialVideoViewProtocol protocol
public ToasterView(Context context,
InterstitialVideoViewProtocol protocol)