סימוכין למסגרת של MLKitBarcodescan

MLKBarcodeEmail


@interface MLKBarcodeEmail : NSObject

הודעת אימייל מ-'MAILTO:' או סוג דומה של קוד QR.

  • כתובת של הודעת אימייל.

    הצהרה

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *address;
  • גוף הודעת האימייל.

    הצהרה

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *body;
  • נושא הודעת האימייל.

    הצהרה

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *subject;
  • סוג הודעת אימייל.

    הצהרה

    Objective-C

    @property (nonatomic, readonly) MLKBarcodeEmailType type;
  • לא זמינים.

    הצהרה

    Objective-C

    - (nonnull instancetype)init;