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

MLK バーコード SMS


@interface MLKBarcodeSMS : NSObject

SMS: または同様の QR コードタイプを使用した SMS メッセージ。

  • SMS メッセージ本文。

    宣言

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *message;
  • SMS メッセージの電話番号。

    宣言

    Objective-C

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

    宣言

    Objective-C

    - (nonnull instancetype)init;