MLKitBarcodeScanning Framework Reference

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;