public class Properties
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Properties.RemoteSettingsProps |
Modifier and Type | Field and Description |
---|---|
static ExcludedUrls |
excludedUrls |
static boolean |
flushOnlyOverWiFi |
static boolean |
isKitKat |
static long |
lastPingTime |
static java.lang.String |
lastView |
static long |
lastViewTime |
static java.lang.String |
REST_VERSION |
static java.lang.String |
SDK_VERSION |
static java.util.ArrayList<java.lang.String> |
transactions |
static boolean |
USER_OPTEDOUT |
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isPluginInitialized() |
public static final java.lang.String SDK_VERSION
public static final java.lang.String REST_VERSION
public static final ExcludedUrls excludedUrls
public static long lastPingTime
public static boolean isKitKat
public static java.util.ArrayList<java.lang.String> transactions
public static boolean flushOnlyOverWiFi
public static boolean USER_OPTEDOUT
public static java.lang.String lastView
public static long lastViewTime