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 }
  • Gets the content of a presence note.

    Declaration

    Swift

    public var content: String { get }

    Return Value

    A pointer to the content of the presence note.

  • Undocumented

    Declaration

    Swift

    public func setContent(newValue: String) throws
  • Gets the language of a presence note.

    Declaration

    Swift

    public var lang: String { get }

    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
  • Gets the user data of a PresenceNote object.

    Declaration

    Swift

    public var userData: UnsafeMutableRawPointer? { get set }

    Return Value

    A pointer to the user data.