PresenceNote

public class PresenceNote : LinphoneObject

Presence note type holding information about a presence note.

  • 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