java.lang.Object | |
↳ | com.google.android.gms.ads.formats.NativeAdOptions |
Used to configure native ad requests
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NativeAdOptions.AdChoicesPlacement | AdChoices icon placement. | ||||||||||
NativeAdOptions.Builder |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ADCHOICES_BOTTOM_LEFT | ||||||||||
int | ADCHOICES_BOTTOM_RIGHT | ||||||||||
int | ADCHOICES_TOP_LEFT | ||||||||||
int | ADCHOICES_TOP_RIGHT | ||||||||||
int | ORIENTATION_ANY | ||||||||||
int | ORIENTATION_LANDSCAPE | ||||||||||
int | ORIENTATION_PORTRAIT |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the AdChoices placement.
| |||||||||||
Returns the orientation in which image will be returned.
| |||||||||||
Returns the
VideoOptions object. | |||||||||||
Returns
true if multiple images are requested. | |||||||||||
Returns
true if urls will be returned for image assets instead of images themselves. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the AdChoices placement.
Returns | |
---|---|
int |
Returns the orientation in which image will be returned.
Returns | |
---|---|
int |
Returns the VideoOptions
object. Returns null if VideoOptions
is not present.
Returns | |
---|---|
VideoOptions |
Returns true
if multiple images are requested.
Returns | |
---|---|
boolean |
Returns true
if urls will be returned for image assets instead of images themselves.
Returns | |
---|---|
boolean |