ข้อมูลอ้างอิงเฟรมเวิร์ก 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;