Structure
MobiledgeXiOSLibrary.MatchingEngine.RegisterClientRequest
public struct RegisterClientRequest: Encodable
RegisterClientRequest struct Request object sent via RegisterClient from client side to DME Request requires org_name, app_name, and app_vers
Relationships
Member Of
MobiledgeXiOSLibrary.MatchingEngine
MatchingEngine class MobiledgeX MatchingEngine APIs
Conforms To
Encodable
Properties
ver
var ver: uint
org_name
var org_name: String
app_name
var app_name: String
app_vers
var app_vers: String
auth_token
var auth_token: String?
cell_id
var cell_id: uint?
unique_id_type
var unique_id_type: String?
unique_id
var unique_id: String?
tags
var tags: [String: String]?