Riferimento al framework MLKitBarcodeScanning

MLKBarcodeSMS


@interface MLKBarcodeSMS : NSObject

Un messaggio SMS da un tipo di codice QR SMS: o simile.

  • Corpo di un SMS.

    Dichiarazione

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *message;
  • Un numero di telefono SMS.

    Dichiarazione

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *phoneNumber;
  • Non disponibile.

    Dichiarazione

    Objective-C

    - (nonnull instancetype)init;