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

MLKBarcodeCalendarEvent


@interface MLKBarcodeCalendarEvent : NSObject

क्यूआर कोड से कैलेंडर इवेंट निकाला गया.

  • कैलेंडर इवेंट की जानकारी.

    एलान

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *eventDescription;
  • कैलेंडर इवेंट की जगह.

    एलान

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *location;
  • कैलेंडर इवेंट का आयोजक.

    एलान

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *organizer;
  • कैलेंडर इवेंट की स्थिति.

    एलान

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *status;
  • कैलेंडर इवेंट की खास जानकारी.

    एलान

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *summary;
  • कैलेंडर इवेंट के शुरू होने की तारीख.

    एलान

    Objective-C

    @property (nonatomic, readonly, nullable) NSDate *start;
  • end

    कैलेंडर इवेंट के खत्म होने की तारीख.

    एलान

    Objective-C

    @property (nonatomic, readonly, nullable) NSDate *end;
  • उपलब्ध नहीं हैं.

    एलान

    Objective-C

    - (nonnull instancetype)init;