public interface TuneAd
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Free ad resources
|
void |
setListener(TuneAdListener listener)
Sets the TuneAdListener to receive ad load status events
|
void |
show(String placement)
Display an ad for given placement
|
void |
show(String placement,
TuneAdMetadata metadata)
Display an ad for given placement and metadata
|
void show(String placement, TuneAdMetadata metadata)
placement
- placement of the admetadata
- metadata to associate with advoid show(String placement)
placement
- placement of the advoid setListener(TuneAdListener listener)
listener
- The TuneAdListener to receive ad status eventsvoid destroy()