Response
struct Response : Codable
レスポンス情報を保持する構造体です。
SDK内部で利用するタイプであり、通常のSDK利用でこちらのタイプを利用することはありません。
-
ステータス
Declaration
Swift
public var status: Int -
レスポンスに関連するイベントの配列
Declaration
Swift
public var events: [Event] -
接客サービスの一覧
Declaration
Swift
public var messages: [Message] -
オプション
Declaration
Swift
public var options: [String : JSONValue] -
ビジュアルトラッキングの定義情報
Declaration
Swift
public var autoTrackDefinition: [String : JSONValue]? -
レスポンス情報をbase64エンコードした文字列を返します。
Declaration
Swift
public var base64EncodedString: String? { get } -
Declaration
Swift
enum CodingKeys : String, CodingKey -
イベント情報を保持する構造体です。
See moreDeclaration
Swift
struct Event : Codable -
接客サービス関連の情報を保持する構造体です。
See moreDeclaration
Swift
struct Message : Codable
View on GitHub
Install in Dash
Response Structure Reference