connect-sdk / de.proglove.sdk.utils / SdkResultObject / <init>
<init>
SdkResultObject(result: T? = null, errorCode:
Int
? = null, errorMessage:
String
? = null)
*
Main class for packing the result of sdk calls. Use this instead of passing the customer callback further down the sdk. This is for internal use only. TODO: make all internal classes and interfaces visibility "internal" https://proglove.atlassian.net/browse/AN-146