Riferimento al framework MLKitBarcodeScanning

MLKCodice a barre SMS


@interface MLKBarcodeSMS : NSObject

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

  • Il corpo di un messaggio SMS.

    Dichiarazione

    Objective-C

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

    Dichiarazione

    Objective-C

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

    Dichiarazione

    Objective-C

    - (nonnull instancetype)init;