Package io.anyline.wrapper.config
Class WrapperSessionSdkInitializationResponseNotInitialized
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionSdkInitializationResponseNotInitialized implements Serializable
WrapperSessionSdkInitializationResponseNotInitialized
-
-
Constructor Summary
Constructors Constructor Description WrapperSessionSdkInitializationResponseNotInitialized()
-
Method Summary
Modifier and Type Method Description StringgetLastError()The last error received while trying to initialize the SDK. voidsetLastError(String lastError)The last error received while trying to initialize the SDK. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getLastError
String getLastError()
The last error received while trying to initialize the SDK.
-
setLastError
void setLastError(String lastError)
The last error received while trying to initialize the SDK.
-
hashCode
int hashCode()
-
-
-
-