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;