Package io.anyline.wrapper.config
Class WrapperSessionSdkInitializationRequest
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionSdkInitializationRequest implements Serializable
WrapperSessionSdkInitializationRequest
General information to be used for SDK initialization.
-
-
Field Summary
Fields Modifier and Type Field Description public StringlicenseKeypublic StringassetPathPrefixpublic WrapperSessionSdkInitializationCacheConfigcacheConfig
-
Constructor Summary
Constructors Constructor Description WrapperSessionSdkInitializationRequest()
-
Method Summary
Modifier and Type Method Description StringgetLicenseKey()Anyline license key to be used for SDK initialization. voidsetLicenseKey(String licenseKey)Anyline license key to be used for SDK initialization. StringgetAssetPathPrefix()Root folder path the SDK uses when resolving asset files. voidsetAssetPathPrefix(String assetPathPrefix)Root folder path the SDK uses when resolving asset files. WrapperSessionSdkInitializationCacheConfiggetCacheConfig()WrapperSessionSdkInitializationCacheConfig Cache configuration to be applied on SDK initialization. voidsetCacheConfig(WrapperSessionSdkInitializationCacheConfig cacheConfig)WrapperSessionSdkInitializationCacheConfig Cache configuration to be applied on SDK initialization. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getLicenseKey
String getLicenseKey()
Anyline license key to be used for SDK initialization. (Required)
-
setLicenseKey
void setLicenseKey(String licenseKey)
Anyline license key to be used for SDK initialization. (Required)
-
getAssetPathPrefix
String getAssetPathPrefix()
Root folder path the SDK uses when resolving asset files. Leave empty to use the default asset location.
-
setAssetPathPrefix
void setAssetPathPrefix(String assetPathPrefix)
Root folder path the SDK uses when resolving asset files. Leave empty to use the default asset location.
-
getCacheConfig
WrapperSessionSdkInitializationCacheConfig getCacheConfig()
WrapperSessionSdkInitializationCacheConfig
Cache configuration to be applied on SDK initialization.
-
setCacheConfig
void setCacheConfig(WrapperSessionSdkInitializationCacheConfig cacheConfig)
WrapperSessionSdkInitializationCacheConfig
Cache configuration to be applied on SDK initialization.
-
hashCode
int hashCode()
-
-
-
-