java.lang.Object | |
↳ | com.applovin.sdk.AppLovinSdkSettings |
This class contains settings for AppLovin SDK.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get number of seconds to refresh banner ad in.
| |||||||||||
Check if verbose logging is enabled for the AppLovin SDK.
| |||||||||||
Set which ad sizes you'd like the SDK to automatically preload in the background, if any.
| |||||||||||
Set which ad types you'd like the SDK to automatically preload in the background, if any.
| |||||||||||
Get number of seconds to refresh banner ad in.
| |||||||||||
Toggle verbose logging of AppLovin SDK.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get number of seconds to refresh banner ad in. Possible values should be greater then 30 seconds.
If the value is 0 ad will not be refreshed at all.
If the value is -1 ad would be refreshed on every call of loadNextAd()
.
If the value is any other negative number system default would be used.
Check if verbose logging is enabled for the AppLovin SDK.
If enabled AppLovin messages will appear in standard application log accessible via logcat. All log messages will have "AppLovinSdk" tag.
Set which ad sizes you'd like the SDK to automatically preload in the background, if any.
sizeNames | A comma-separated list of size names which should be preloaded. For example, setAutoPreloadSizes("BANNER,INTERSTITIAL"); . To disable outright, set to "NONE".
|
---|
Set which ad types you'd like the SDK to automatically preload in the background, if any.
typeNames | A comma-separated list of size names which should be preloaded. For example, setAutoPreloadTypes("REGULAR,REWARD"); . To disable outright, set to "NONE".
|
---|
Get number of seconds to refresh banner ad in. Possible values should be greater then 30 seconds.
If the value is 0 ad will not be refreshed at all.
If the value is -1 ad would be refreshed on every call of loadNextAd()
.
If the value is any other negative number system default would be used.
Toggle verbose logging of AppLovin SDK.
If enabled AppLovin messages will appear in standard application log accessible via logcat. All log messages will have "AppLovinSdk" tag.
Verbose logging is disabled by default.
isVerboseLoggingEnabled | True if log messages should be output. |
---|