PresenceActivity

public class PresenceActivity : LinphoneObject

Presence activity type holding information about a presence activity.

  • Gets the description of a presence activity.

    Declaration

    Swift

    public var description: String { get }

    Return Value

    A pointer to the description string of the presence activity, or nil if no description is specified.

  • Undocumented

    Declaration

    Swift

    public func setDescription(newValue: String) throws
  • Gets the activity type of a presence activity.

    Declaration

    Swift

    public var type: PresenceActivityType { get }

    Return Value

    The LinphonePresenceActivityType of the activity.

  • Undocumented

    Declaration

    Swift

    public func setType(newValue: PresenceActivityType) throws
  • Gets the string representation of a presence activity.

    The returned string is to be freed by calling ms_free().

    Declaration

    Swift

    public func toString() -> String

    Return Value

    A pointer a dynamically allocated string representing the given activity.