MLKitBarcodeScanning フレームワーク リファレンス

MLKBarcodeURLBookmark


@interface MLKBarcodeURLBookmark : NSObject

「MEBKM:」などの QR コードタイプの URL とタイトル。

  • URL ブックマークのタイトル。

    宣言

    Objective-C

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

    URL ブックマーク URL。

    宣言

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *url;
  • ご利用いただけません。

    宣言

    Objective-C

    - (nonnull instancetype)init;