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 String
getLastError()
The last error received while trying to initialize the SDK. void
setLastError(String lastError)
The last error received while trying to initialize the SDK. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-