Tài liệu tham khảo về khung MLKitBarcodeScanning

MLKBarcodeCalendarEvent


@interface MLKBarcodeCalendarEvent : NSObject

Một sự kiện trên lịch được trích xuất từ mã QR.

  • Nội dung mô tả sự kiện trên lịch.

    Khai báo

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *eventDescription;
  • Vị trí sự kiện trên lịch.

    Khai báo

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *location;
  • Người tổ chức sự kiện trên lịch.

    Khai báo

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *organizer;
  • Trạng thái sự kiện trên lịch.

    Khai báo

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *status;
  • Tóm tắt sự kiện trên lịch.

    Khai báo

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *summary;
  • Ngày bắt đầu sự kiện trên lịch.

    Khai báo

    Objective-C

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

    Ngày kết thúc sự kiện trên lịch.

    Khai báo

    Objective-C

    @property (nonatomic, readonly, nullable) NSDate *end;
  • Không dùng được.

    Khai báo

    Objective-C

    - (nonnull instancetype)init;