MLKitBarcodeScanning Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

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.