com.nativex.common
Class Version

java.lang.Object
  extended by com.nativex.common.Version

public class Version
extends Object

Holds the versions of the AdvertiserSDK and MonetizationSDK.

Author:
Matthew Macgregor

Field Summary
static String ADVERTISER
          The AdvertiserSDK version.
static String MONETIZATION
          The MonetizationSDK version.
 
Constructor Summary
Version()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MONETIZATION

public static final String MONETIZATION
The MonetizationSDK version.

See Also:
Constant Field Values

ADVERTISER

public static final String ADVERTISER
The AdvertiserSDK version.

See Also:
Constant Field Values
Constructor Detail

Version

public Version()