AVSSessionResponse
public struct AVSSessionResponse
Contains the response information from an AVSSession
-
The original
AVSMessagethat was sent to theAVSSessionDeclaration
Swift
public let message: AVSMessage -
The status code of the response
Declaration
Swift
public let httpStatusCode: Int -
Contains the response information from an
AVSSessionDeclaration
Swift
public init(message: AVSMessage, httpStatusCode: Int)Parameters
messageoriginal
AVSMessagethat was sent to theAVSSessionhttpStatusCodestatus code of the response
View on GitHub
AVSSessionResponse Structure Reference