PresenceActivity

public class PresenceActivity : LinphoneObject

Presence activity type holding information about a presence activity.

  • Undocumented

    Declaration

    Swift

    public static func getSwiftObject(cObject: OpaquePointer) -> PresenceActivity
  • Undocumented

    Declaration

    Swift

    public var getCobject: OpaquePointer? { get }
  • 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 PresenceActivityType of the activity.

  • Undocumented

    Declaration

    Swift

    public func setType(newValue: PresenceActivityType) throws
  • Gets the user data of a PresenceActivity object.

    Declaration

    Swift

    public var userData: UnsafeMutableRawPointer? { get set }

    Return Value

    A pointer to the user data.

  • Gets the string representation of a presence activity.

    Declaration

    Swift

    public func toString() -> String

    Return Value

    A pointer a dynamically allocated string representing the given activity.
    The returned string is to be freed by calling ms_free().