public class VgMyConfigPreferences
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
mConfigurationFile
The path of the configuration file for the map bundle which is to be loaded.
|
java.lang.String |
mLicenseURL
The URL of the Visioglobe license server, which the VisioDevKit SDK will use to request
a license (if none already exist within the map bundle).
|
protected static java.lang.String |
mscConfigPathKey |
protected static java.lang.String |
mscConfigPreferencesKey |
protected static java.lang.String |
mscIsSavedKey |
protected static java.lang.String |
mscLicenseIdKey |
protected static java.lang.String |
mscSecretCodeKey |
protected static java.lang.String |
mscVersionKey |
java.lang.Long |
mSecret
The secret code which links the license to the map bundle
|
java.lang.String |
mVersion
The version of the map bundle.
|
Constructor and Description |
---|
VgMyConfigPreferences() |
Modifier and Type | Method and Description |
---|---|
static VgMyConfigPreferences |
getFromPreferences(Context pContext) |
static void |
reset(Context pContext)
Resets the preferences such that the next "getFromPreferences" returns nil
|
void |
save(Context pContext)
Saves the current object in the [NSUserDefaults standardUserDefaults]
|
protected static java.lang.String mscConfigPreferencesKey
protected static java.lang.String mscIsSavedKey
protected static java.lang.String mscConfigPathKey
protected static java.lang.String mscSecretCodeKey
protected static java.lang.String mscLicenseIdKey
protected static java.lang.String mscVersionKey
public java.lang.String mConfigurationFile
public java.lang.Long mSecret
public java.lang.String mLicenseURL
public java.lang.String mVersion
public void save(Context pContext)
public static VgMyConfigPreferences getFromPreferences(Context pContext)
public static void reset(Context pContext)