FriendPhoneNumber
public class FriendPhoneNumber : LinphoneObject
Object that represents a Friend
‘s phone number.
-
Undocumented
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> FriendPhoneNumber
-
Undocumented
Declaration
Swift
public var getCobject: OpaquePointer? { get }
-
Gets the label associated to this phone number.
Declaration
Swift
public var label: String { get set }
Return Value
the label set if any, nil otherwise.
-
Gets the phone number.
Declaration
Swift
public var phoneNumber: String { get set }
Return Value
the phone number stored.
-
Clones a phone number.
Declaration
Swift
public func clone() -> FriendPhoneNumber?
Return Value
The newly created
FriendPhoneNumber
object.