MLKitBarcodeScanning 架構參考資料

MLKBarcodeURLBookmark


@interface MLKBarcodeURLBookmark : NSObject

來自「MEBKM:」或類似 QR code 類型的網址和標題。

  • 網址書籤標題。

    聲明

    Objective-C

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

    網址書籤網址。

    聲明

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *url;
  • 無法使用,

    聲明

    Objective-C

    - (nonnull instancetype)init;