AdService.ReturnToAppConfig
- enum ReturnToAppConfig
For use in
AdService@setReturnToAppInterstitial(ReturnToAppConfig)
. FROM_DASHBOARD lets you specify this setting on the AppBrain dashboard. OFF means the SDK will never trigger the return-to-app interstitial for this user. ON means that the setting is on, regardless of what the setting on the AppBrain dashboard is.
Enum Constants
- public static final AdService.ReturnToAppConfig FROM_DASHBOARD
- public static final AdService.ReturnToAppConfig OFF
- public static final AdService.ReturnToAppConfig ON