MLKitBarcodeScanning 架構參考資料

MLKBarcodeSMS


@interface MLKBarcodeSMS : NSObject

來自 SMS: 或類似 QR code 類型的簡訊。

  • SMS 訊息內文。

    聲明

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *message;
  • 簡訊電話號碼。

    聲明

    Objective-C

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

    聲明

    Objective-C

    - (nonnull instancetype)init;