MLKitBarcodeScanning Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
-
The BarcodeURLBookmark class in iOS represents a URL and title extracted from QR codes like 'MEBKM:'.
-
It provides access to the URL and title through the url and title properties, respectively, which may be optional.
-
While it has an initializer, it's marked as unavailable for direct use.
BarcodeURLBookmark
class BarcodeURLBookmark : NSObject
A URL and title from a ‘MEBKM:’ or similar QR Code type.
-
Declaration
Swift
var title: String? { get }
-
Declaration
Swift
var url: String? { get }
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[],[]]