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 String
licenseKey
public String
assetPathPrefix
public WrapperSessionSdkInitializationCacheConfig
cacheConfig
-
Constructor Summary
Constructors Constructor Description WrapperSessionSdkInitializationRequest()
-
Method Summary
Modifier and Type Method Description String
getLicenseKey()
Anyline license key to be used for SDK initialization. void
setLicenseKey(String licenseKey)
Anyline license key to be used for SDK initialization. String
getAssetPathPrefix()
The path to be used as root folder by the SDK while requesting asset files. void
setAssetPathPrefix(String assetPathPrefix)
The path to be used as root folder by the SDK while requesting asset files. WrapperSessionSdkInitializationCacheConfig
getCacheConfig()
WrapperSessionSdkInitializationCacheConfig Cache configuration to be applied on SDK initialization. void
setCacheConfig(WrapperSessionSdkInitializationCacheConfig cacheConfig)
WrapperSessionSdkInitializationCacheConfig Cache configuration to be applied on SDK initialization. String
toString()
int
hashCode()
boolean
equals(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()
The path to be used as root folder by the SDK while requesting asset files. Leave empty to use default asset location.
-
setAssetPathPrefix
void setAssetPathPrefix(String assetPathPrefix)
The path to be used as root folder by the SDK while requesting asset files. Leave empty to use 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()
-
-
-
-