ALSdkSettings Class Reference
Inherits from | NSObject |
---|---|
Declared in | ALSdkSettings.h |
isVerboseLogging
Toggle verbose logging of AppLovin SDK.
@property (assign, atomic) BOOL isVerboseLogging
Parameters
isVerboseLoggingEnabled |
YES if log messages should be output. NO if the SDK should be silent (recommended for App Store submissions). |
---|
Discussion
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.
Declared In
ALSdkSettings.h
autoPreloadAdSizes
Defines sizes of ads that should be automatically preloaded.
Auto preloading is enabled for BANNER,INTER
by default.
To disable outright, set to “NONE”.
@property (strong, atomic) NSString *autoPreloadAdSizes
Parameters
autoPreloadAdSizes |
Comma-separated list of sizes to preload. For example: “BANNER,INTER” |
---|
Discussion
Defines sizes of ads that should be automatically preloaded.
Auto preloading is enabled for BANNER,INTER
by default.
To disable outright, set to “NONE”.
Declared In
ALSdkSettings.h
autoPreloadAdTypes
Defines types of ads that should be automatically preloaded.
Auto preloading is enabled for REGULAR,INCENTIVIZED
by default.
To disable outright, set to “NONE”.
@property (strong, atomic) NSString *autoPreloadAdTypes
Parameters
autoPreloadAdSizes |
Comma-separated list of sizes to preload. For example: “REGULAR,INCENTIVIZED” |
---|
Discussion
Defines types of ads that should be automatically preloaded.
Auto preloading is enabled for REGULAR,INCENTIVIZED
by default.
To disable outright, set to “NONE”.
Declared In
ALSdkSettings.h