MLKitBarcodeScanning फ़्रेमवर्क संदर्भ

MLKBarcodeEmail


@interface MLKBarcodeEmail : NSObject

'mailTO' या इससे मिलते-जुलते क्यूआर कोड से मिला ईमेल मैसेज.

  • ईमेल मैसेज का पता.

    एलान

    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;