PCSDKModule Documentation

Structure Response​Type

public struct ResponseType: CodingKey, Codable  

The coding keys to decode server responses

ResponseType ResponseType Codable Codable ResponseType->Codable CodingKey CodingKey ResponseType->CodingKey

Conforms To

Codable
CodingKey

Initializers

init(string​Value:​)

public init(stringValue: String)  

init(_:​)

public init(_ value: String)  

init?(int​Value:​)

public init?(intValue: Int)  

init(from:​)

public init(from decoder: Decoder) throws  

Properties

string​Value

public let stringValue: String

int​Value

public var intValue: Int? 

Methods

encode(to:​)

public func encode(to encoder: Encoder) throws