public class AdProperties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AdProperties.AdType
Ad types supported by the Amazon Mobile Ads API.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOG_TAG |
Modifier and Type | Method and Description |
---|---|
boolean |
canExpand()
Gets whether the ad can be expanded.
|
boolean |
canPlayAudio()
Gets whether the ad plays audio when expanded.
|
boolean |
canPlayVideo()
Gets whether the ad plays video when expanded.
|
AdProperties.AdType |
getAdType()
Gets the type of ad.
|
public static final java.lang.String LOG_TAG
public AdProperties.AdType getAdType()
public boolean canExpand()
public boolean canPlayAudio()
public boolean canPlayVideo()