Package com.incode.welcome_sdk.results
Class UserConsentResult
-
- All Implemented Interfaces:
public final class UserConsentResult extends BaseResult
Possible results of UserConsentActivity
-
-
Field Summary
Fields Modifier and Type Field Description public final Boolean
isSuccess
public ResultCode
resultCode
public Throwable
error
-
Constructor Summary
Constructors Constructor Description UserConsentResult(ResultCode resultCode, Throwable error, Boolean isSuccess)
UserConsentResult(ResultCode resultCode, Throwable error)
UserConsentResult(ResultCode resultCode)
-
Method Summary
-
-
Constructor Detail
-
UserConsentResult
UserConsentResult(ResultCode resultCode, Throwable error, Boolean isSuccess)
-
UserConsentResult
UserConsentResult(ResultCode resultCode, Throwable error)
-
UserConsentResult
UserConsentResult(ResultCode resultCode)
-
-
-
-