AI-generated Key Takeaways
-
BarcodePhonerepresents a phone number extracted from QR codes containing contact information likeTEL:. -
It provides access to the phone
numberas a string and thetypeof phone number. -
Although not directly instantiable, the
numberandtypeproperties can be accessed after barcode scanning.
BarcodePhone
class BarcodePhone : NSObjectA phone number from a TEL: or similar QR Code type.
-
Phone number.
Declaration
Swift
var number: String? { get } -
Phone number type.
Declaration
Swift
var type: BarcodePhoneType { get } -
Unavailable.