⚡SDK Initialization
Add Native Module Files
Register the Module
@Override
protected List<ReactPackage> getPackages() {
// Get the list of packages
List<ReactPackage> packages = new PackageList(this).getPackages();
// Add the Adjump SDK package to the list
packages.add(new AdjumpSdkPackage());
return packages;
}override fun getPackages(): List<ReactPackage> {
// Get the list of packages
val packages = PackageList(this).packages
// Add the Adjump SDK package to the list
packages.add(AdjumpSdkPackage())
return packages
}
Initialize AdJump SDK:
Parameter
Description
Open the Adjump offerwall
Last updated