InfoMessage
public class InfoMessage : LinphoneObject
Object representing an informational message sent or received by the core.
-
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> InfoMessage -
Declaration
Swift
public var getCobject: OpaquePointer? { get } -
Add a header to an info message to be sent.
Declaration
Swift
public func addHeader(name: String, value: String?)Parameters
namethe header'name
valuethe header’s value
-
Obtain a header value from a received info message.
Declaration
Swift
public func getHeader(name: String) -> StringParameters
namethe header'name
Return Value
the corresponding header’s value, or nil if not exists.
InfoMessage Class Reference