MLKitBarcodeScanning 框架参考

MLKBarcodeURLBookmark


@interface MLKBarcodeURLBookmark : NSObject

“MEBKM:”或类似 QR 码类型的网址和标题。

  • 网址书签标题。

    声明

    Objective-C

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

    网址书签网址。

    声明

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *url;
  • 不可用。

    声明

    Objective-C

    - (nonnull instancetype)init;