Swift Rest SDK Documentation Beta

Structure Mobiledge​XiOSLibrary.​Matching​Engine.​Register​Client​Reply

public struct RegisterClientReply: Decodable

RegisterClientReply struct Reply object received via RegisterClient If application exists, this will return RS_SUCCESS and contain a session cookie to be used in other DME APIs

MobiledgeXiOSLibrary.MatchingEngine.RegisterClientReply MobiledgeXiOSLibrary.MatchingEngine.RegisterClientReply Decodable Decodable MobiledgeXiOSLibrary.MatchingEngine.RegisterClientReply->Decodable

Member Of

MobiledgeXiOSLibrary.MatchingEngine

MatchingEngine class MobiledgeX MatchingEngine APIs

Conforms To

Decodable

Properties

ver

var ver: uint

status

var status: ReplyStatus

token_server_uri

var token_server_uri: String

unique_id_type

var unique_id_type: String?

unique_id

var unique_id: String?

tags

var tags: [String: String]?