| Interface | Description |
|---|---|
| BannerInterface | |
| BannerInterface.OnClickListener |
Interface used to allow the creator of a banner to run some code when a button in the
banner is clicked.
|
| BannerInterface.OnDismissListener |
Interface used to allow the creator of a banner to run some code when the banner is
dismissed.
|
| BannerInterface.OnShowListener |
Interface used to allow the creator of a banner to run some code when the banner is shown.
|
| Class | Description |
|---|---|
| Banner |
A banner displays an important, succinct message, and provides actions for users to address
(or dismiss the banner).
|
| Banner.Builder |