PlayStore Kids Applications
By default, Adtrace SDK doesn't mark app as Play Store Kids App. In order to mark your app as the app which is
targeting kids in Play Store, make sure to call setPlayStoreKidsAppEnabled method of AdTraceConfig instance
with boolean parameter true:
- Java
- Javascript
adtraceConfig.setPlayStoreKidsAppEnabled(true);
adtraceConfig.setPlayStoreKidsAppEnabled(true);