SdkStatusUpdate

open class SdkStatusUpdate

Constructors

Link copied to clipboard
constructor(code: Int, message: String)
Constructor

Types

Link copied to clipboard
open class Codes
Collection of status update codes

Properties

Link copied to clipboard
open var code: Int
Link copied to clipboard
open var message: String
Descriptive Status Update message

Functions

Link copied to clipboard
open fun from(update: SdkUpdateType, message: String): SdkStatusUpdate
converts a internal Common.
Link copied to clipboard
open fun getErrorCodeString(code: Int): String
Link copied to clipboard
open fun toString(): String