SearchResult

public class SearchResult : LinphoneObject

The LinphoneSearchResult object represents a result of a search.

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public var getCobject: OpaquePointer? { get }
  • Declaration

    Swift

    public var address: Address? { get }

    Return Value

    LinphoneAddress associed

  • Declaration

    Swift

    public var capabilities: Int { get }

    Return Value

    the capabilities associated to the search result

  • Declaration

    Swift

    public var friend: Friend? { get }

    Return Value

    LinphoneFriend associed

  • Declaration

    Swift

    public var phoneNumber: String { get }

    Return Value

    Phone Number associed

  • Declaration

    Swift

    public var weight: UInt { get }

    Return Value

    the result weight

  • Declaration

    Swift

    public func hasCapability(capability: FriendCapability) -> Bool

    Return Value

    whether a search result has a given capability