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 }
-
Sets the label for this phone number.
Declaration
Swift
public var label: String { get set }
Parameters
label
the label to set.
Gets the label associated to this phone number.Return Value
the label set if any, nil otherwise.
-
Sets the phone number.
Declaration
Swift
public var phoneNumber: String { get set }
Parameters
number
the phone number to set.
Gets the phone number.Return Value
the phone number stored.
-
Clones a phone number.
Declaration
Swift
public func clone() -> FriendPhoneNumber?
Return Value
The newly created
FriendPhoneNumber
object.