Swift Rest SDK Documentation Beta

Structure Mobiledge​XiOSLibrary.​Matching​Engine.​App​Inst​List​Request

public struct AppInstListRequest: Encodable

AppInstListRequest struct Request object sent via GetAppInstList from client side to DME Request requires session_cookie from RegisterClientReply, gps_location, and carrier_name

MobiledgeXiOSLibrary.MatchingEngine.AppInstListRequest MobiledgeXiOSLibrary.MatchingEngine.AppInstListRequest Encodable Encodable MobiledgeXiOSLibrary.MatchingEngine.AppInstListRequest->Encodable

Member Of

MobiledgeXiOSLibrary.MatchingEngine

MatchingEngine class MobiledgeX MatchingEngine APIs

Conforms To

Encodable

Properties

ver

var ver: uint

carrier_name

var carrier_name: String

gps_location

var gps_location: Loc

cell_id

var cell_id: uint?

tags

var tags: [String: String]?