Enumeration of modes to perform an ad request on.
ackage: | com.mustamara.yaftamobile.sdk |
| Extends: | java.lang.Enum |
| Implements: | - |
| Package: | com.mustamara.yaftamobile.sdk |
LIVERun the ad request in live mode and get real ads.
public static final RunMode LIVE
TESTRun the ad request in test mode and get test ads. Test Ads will never register metrics in your YaftaMobile reports and are meant to validate the integration.
public static final RunMode TEST