SNSMobileSDKResult constructor

SNSMobileSDKResult(
  1. bool success,
  2. SNSMobileSDKStatus status,
  3. SNSMobileSDKErrorType? errorType,
  4. String? errorMsg,
  5. SNSMobileSDKActionResult? actionResult,
)

Implementation

SNSMobileSDKResult(this.success, this.status, this.errorType, this.errorMsg, this.actionResult);