مرجع چارچوب اسکن بارکد MLKit

MLKBarcodeEmail


@interface MLKBarcodeEmail : NSObject

یک پیام ایمیل از «MAILTO:» یا نوع کد QR مشابه.

  • آدرس پیام ایمیل.

    اعلام

    هدف-C

    @property (nonatomic, readonly, nullable) NSString *address;
  • متن پیام ایمیل.

    اعلام

    هدف-C

    @property (nonatomic, readonly, nullable) NSString *body;
  • موضوع پیام ایمیل

    اعلام

    هدف-C

    @property (nonatomic, readonly, nullable) NSString *subject;
  • نوع پیام ایمیل

    اعلام

    هدف-C

    @property (nonatomic, readonly) MLKBarcodeEmailType type;
  • غیر قابل دسترسی.

    اعلام

    هدف-C

    - (nonnull instancetype)init;