Tài liệu tham khảo về khung MLKitBarcodeScanning

Mã vạch MLKSMS


@interface MLKBarcodeSMS : NSObject

Tin nhắn SMS từ mã SMS: hoặc loại Mã QR tương tự.

  • Nội dung tin nhắn SMS.

    Khai báo

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *message;
  • Số điện thoại có tin nhắn SMS.

    Khai báo

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *phoneNumber;
  • Không dùng được.

    Khai báo

    Objective-C

    - (nonnull instancetype)init;