Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W _ 

G

generateUdidJsonCollection() - Method in class com.nativex.common.JsonRequestManager
Initializes an array of udid's from a device object.
GET_DEVICE_BALANCE - Static variable in interface com.nativex.common.JsonRequestConstants.URLS
 
GET_OFFER_CACHE - Static variable in interface com.nativex.common.JsonRequestConstants.URLS
 
GET_OFFER_CACHE_V2 - Static variable in interface com.nativex.common.JsonRequestConstants.URLS
 
GET_SMART_OFFERS_REQUEST - Static variable in interface com.nativex.common.JsonRequestConstants.URLS
 
getAcceptedIssuers() - Method in class com.nativex.volley.IgnoreCertTrustManager
 
getAndroidDeviceID() - Method in class com.nativex.common.Device
 
getAndroidDeviceId() - Method in class com.nativex.common.DeviceManager
Returns the AndroidDeviceId (IMEI) for this Android device.
getAndroidID() - Method in class com.nativex.common.Device
 
getAndroidId() - Method in class com.nativex.common.DeviceManager
Returns the device AndroidId.
getAppId() - Method in class com.nativex.monetization.ApplicationInputs
Returns the AppId of the application.
getApplicationName() - Method in class com.nativex.monetization.ApplicationInputs
Returns the store application name.
getBitmap(String) - Method in class com.nativex.volley.NativeXVolley.DiskBitmapCache
 
getBody() - Method in class com.nativex.volley.GsonRequest
 
getBodyContentType() - Method in class com.nativex.volley.GsonRequest
 
getBuildType() - Static method in class com.nativex.common.SharedPreferenceManager
 
getCurrencyAmount() - Method in class com.nativex.monetization.DialogInputs
Returns the amount of virtual currency.
getCurrencyName() - Method in class com.nativex.monetization.DialogInputs
Returns the virtual currency name.
getDateInFormat(String) - Static method in class com.nativex.common.Utilities
 
getDateTimeUtcAsString() - Static method in class com.nativex.common.Utilities
Returns the current UTC in milliseconds as a String.
getDevice() - Method in class com.nativex.common.JsonRequestManager
 
getDeviceId() - Method in class com.nativex.common.Device
 
getDeviceId() - Method in class com.nativex.common.DeviceManager
This method fetches DeviceId from SharedPreferences.
getDeviceId() - Static method in class com.nativex.common.SharedPreferenceManager
Loads the W3iDeviceId from shared preferences if it is available.
getDeviceInstance(Context) - Static method in class com.nativex.common.DeviceManager
Returns a populated instance of the device object that represents the device that we are currently running.
getDeviceInstance(Device) - Method in class com.nativex.common.DeviceManager
Provided for unit test purposes.
getDeviceName() - Method in class com.nativex.common.Device
 
getDisplayName() - Method in class com.nativex.common.LogItem
 
getDisplayName() - Method in class com.nativex.common.Message
 
getDisplayText() - Method in class com.nativex.common.LogItem
 
getDisplayText() - Method in class com.nativex.common.Message
 
getEntity() - Method in class com.nativex.common.Violation
 
getHeaders() - Method in class com.nativex.volley.GsonRequest
 
getHeaders() - Method in class com.nativex.volley.NativexJsonRequest
 
getIcon() - Method in class com.nativex.monetization.DialogInputs
Returns the icon of the dialog.
getImageCache() - Method in class com.nativex.volley.NativeXVolley
 
getImageLoader() - Method in class com.nativex.volley.NativeXVolley
 
getInAppBillingBody(String, String, String, float, String, int, String) - Static method in class com.nativex.common.JsonRequestManager
 
getInstance(Context) - Static method in class com.nativex.common.NetworkConnectionManager
 
getInstance() - Static method in class com.nativex.common.NetworkConnectionManager
 
getInstance() - Static method in class com.nativex.volley.NativeXVolley
 
getIpAddress() - Method in class com.nativex.common.Device
 
getLocaleDateFormat() - Static method in class com.nativex.common.Utilities
 
getMacAddress() - Method in class com.nativex.common.NetworkConnectionManager
This method fetches a WLAN Mac Address, or null if the Mac Address is not available.
getMacWlan() - Method in class com.nativex.common.Device
 
getMessage() - Method in class com.nativex.common.Violation
 
getMethod() - Method in class com.nativex.volley.SslHttpStack.HttpPatch
 
getOsVersion() - Method in class com.nativex.common.Device
 
getOsVersion() - Method in class com.nativex.common.DeviceManager
Retrieves the version of the Android OS installed on this device.
getPackageName() - Method in class com.nativex.monetization.ApplicationInputs
Returns package name of the application.
getPostParameterPairs(Map<String, String>) - Static method in class com.nativex.volley.SslHttpStack
 
getPreviousCachedTime() - Static method in class com.nativex.common.SharedPreferenceManager
 
getPreviousSessionId() - Static method in class com.nativex.common.SharedPreferenceManager
 
getPriority() - Method in class com.nativex.volley.NativexJsonRequest
 
getPublisherUserId() - Method in class com.nativex.monetization.ApplicationInputs
Returns the PublisherUserId.
getReferenceName() - Method in class com.nativex.common.LogItem
 
getReferenceName() - Method in class com.nativex.common.Message
 
getRequestQueue() - Method in class com.nativex.volley.NativeXVolley
 
getSerialNumber() - Static method in class com.nativex.common.SerialNumberFactory
Returns the serial number for the android device, or null if it does not exist.
getSessionId() - Static method in class com.nativex.monetization.MonetizationManager
Checks for session id and returns it if available.
getSessionId() - Method in class com.nativex.monetization.MonetizationSDK
Checks for session id and returns it if available.
getSSLContext() - Method in class com.nativex.volley.EasySSLSocketFactory
If you want to add more trusted certificates ( if self signed) for different sites, you should use EasyX509TrustManager and create a instance with corresponding KeyStore and then add to the SSLContext.
getSSLRequestQueue() - Method in class com.nativex.volley.NativeXVolley
 
getType() - Method in class com.nativex.common.UDIDs.UDID
 
getType() - Method in class com.nativex.common.Violation
 
getValue() - Method in class com.nativex.common.UDIDs.UDID
 
getWifiInfo() - Method in class com.nativex.common.NetworkConnectionManager
Helper method, returns a WifiInfo instance or null if one cannot be accessed.
GLOBALFILES - Static variable in interface com.nativex.common.JsonRequestConstants.GetOfferCache
 
GsonRequest<T> - Class in com.nativex.volley
Custom implementation of Request class which converts the HttpResponse obtained to Java class objects.
GsonRequest(int, String, Class<T>, String, Response.Listener<T>, Response.ErrorListener) - Constructor for class com.nativex.volley.GsonRequest
 
GUID - Static variable in class com.nativex.common.ExternalTrackingManager
 
A B C D E F G H I J L M N O P Q R S T U V W _ 
Skip navigation links