/
Android How to test Manual Implementation
Android How to test Manual Implementation
1. Enter Debug Mode
For testing manual implementation add this before initialization
R89SDK.setDebug()
We also recommend adding
R89SDK.setLogLevel(LogLevels.DEBUG)
Full Example
R89SDK.setDebug()
R89SDK.setLogLevel(LogLevels.DEBUG)
R89SDK.initialize(
appContext = this,
publisherId = "TestRefinery89ID",
appId = "TestDemoApp",
singleLine = false,
initializationEvents = null
)
2. Use Debug Config Ids
Implement the ad formats following their guide and using debug config ids available in Android - Ad Formats
Example:
RefineryAdFactory.createBanner(
ConfigBuilder.BANNER_TEST_R89_CONFIG_ID,
wrapper = wrapper,
lifecycleCallbacks = null
)
, multiple selections available,
Related content
1.0.0 - SDK - Manual Initialization
1.0.0 - SDK - Manual Initialization
More like this
Android How to test Single Tag Implementation
Android How to test Single Tag Implementation
More like this
1.0.0 - Banner
1.0.0 - Banner
More like this
Android - Ad Formats
Android - Ad Formats
More like this
1.0.0 - iOS SDK - Manual Initialization
1.0.0 - iOS SDK - Manual Initialization
More like this
1.0.0 - Ad Formats
1.0.0 - Ad Formats
More like this