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

MLKBarcodeCalendarEvent


@interface MLKBarcodeCalendarEvent : NSObject

אירוע ביומן שחולץ מקוד QR.

  • תיאור האירוע ביומן.

    הצהרה

    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;