public interface BannerInterface
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BannerInterface.OnClickListener
Interface used to allow the creator of a banner to run some code when a button in the
banner is clicked.
|
static interface |
BannerInterface.OnDismissListener
Interface used to allow the creator of a banner to run some code when the banner is
dismissed.
|
static interface |
BannerInterface.OnShowListener
Interface used to allow the creator of a banner to run some code when the banner is shown.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dismiss()
Dismisses the banner.
|
void |
dismiss(long delay)
Dismisses the banner after the specified delay in milliseconds.
|