RunMode

Enumeration of modes to perform an ad request on.

ackage: | com.mustamara.yaftamobile.sdk |

Extends:java.lang.Enum
Implements:-
Package:com.mustamara.yaftamobile.sdk

Constants

LIVE

Run the ad request in live mode and get real ads.

public static final RunMode LIVE
TEST

Run 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