AVSSessionResponse
public struct AVSSessionResponse
Contains the response information from an AVSSession
-
The original
AVSMessage
that was sent to theAVSSession
Declaration
Swift
public let message: AVSMessage
-
The status code of the response
Declaration
Swift
public let httpStatusCode: Int
-
Contains the response information from an
AVSSession
Declaration
Swift
public init(message: AVSMessage, httpStatusCode: Int)
Parameters
message
original
AVSMessage
that was sent to theAVSSession
httpStatusCode
status code of the response