MLKitBarcodeScanning Framework Reference

  • MLKBarcodeURLBookmark objects represent data extracted from 'MEBKM:' or similar QR codes, containing a URL and a title.

  • This class provides read-only access to the URL and title through the url and title properties, respectively.

  • Direct initialization using init is unavailable; the object is presumably created internally by the ML Kit barcode scanning process.

MLKBarcodeURLBookmark


@interface MLKBarcodeURLBookmark : NSObject

A URL and title from a ‘MEBKM:’ or similar QR Code type.

  • A URL bookmark title.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *title;
  • url

    A URL bookmark url.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *url;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;