java.lang.Object | |
↳ | com.google.android.gms.ads.MobileAds |
Class contains logic that applies to the Mobile Ads SDK as a whole. Right now, the only methods in it are used for initialization.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MobileAds.Settings | This class describes all optional initialization settings that impact the Google Mobile Ads SDK's behavior. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the rewarded video ad instance.
| |||||||||||
Initialize the Mobile Ads SDK.
| |||||||||||
Initialize the Mobile Ads SDK.
| |||||||||||
Initialize the Mobile Ads SDK.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the rewarded video ad instance.
context | The Context the SDK is running in.
|
---|
Initialize the Mobile Ads SDK. The SDK will configure itself.
This method should be called as early as possible, and only once per application launch.
context | The Context the SDK is running in.
|
---|
Initialize the Mobile Ads SDK. The SDK will configure itself.
This method should be called as early as possible, and only once per application launch.
context | The Context the SDK is running in. |
---|---|
applicationCode | The AdMob application code. |
Initialize the Mobile Ads SDK. The SDK will configure itself and initialize integrated features such as Google Analytics.
This method should be called as early as possible, and only once per application launch.
context | The Context the SDK is running in. |
---|---|
applicationCode | The AdMob application code. |
settings | Additional settings for initializing the Mobile Ads SDK. |