MLKitBarcodeScanning 架構參考資料

MLKBarcodeCalendarEvent


@interface MLKBarcodeCalendarEvent : NSObject

從 QR code 擷取的日曆活動。

  • 日曆活動說明。

    聲明

    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;