PresenceNote
public class PresenceNote : LinphoneObject
Presence note type holding information about a presence note.
-
Undocumented
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> PresenceNote
-
Undocumented
Declaration
Swift
public var getCobject: OpaquePointer? { get }
-
Sets the content of a presence note.
Declaration
Swift
public var content: String { get }
Parameters
content
The content of the note.
Return Value
A pointer to the content of the presence note.
-
Undocumented
Declaration
Swift
public func setContent(newValue: String) throws
-
Sets the language of a presence note.
Declaration
Swift
public var lang: String { get }
Parameters
lang
The language of the note.
Return Value
A pointer to the language string of the presence note, or nil if no language is specified.
-
Undocumented
Declaration
Swift
public func setLang(newValue: String) throws
-
Sets the user data of a
PresenceNote
object.Declaration
Swift
public var userData: UnsafeMutableRawPointer? { get set }
Parameters
userData
A pointer to the user data to set.
Gets the user data of aPresenceNote
object.Return Value
A pointer to the user data.