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()The path to be used as root folder by the SDK while requesting asset files. voidsetAssetPathPrefix(String assetPathPrefix)The path to be used as root folder by the SDK while requesting 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()
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()
-
-
-
-