MLKitBarcodeScanning Framework Reference

  • 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.

  • A URL bookmark title.

    Declaration

    Swift

    var title: String? { get }
  • url

    A URL bookmark url.

    Declaration

    Swift

    var url: String? { get }
  • Unavailable.