MLKitBarcodeScanning Framework রেফারেন্স

MLKBarcode ক্যালেন্ডার ইভেন্ট


@interface MLKBarcodeCalendarEvent : NSObject

একটি QR কোড থেকে বের করা একটি ক্যালেন্ডার ইভেন্ট।

  • ক্যালেন্ডার ইভেন্টের বিবরণ।

    ঘোষণা

    উদ্দেশ্য গ

    @property (nonatomic, readonly, nullable) NSString *eventDescription;
  • ক্যালেন্ডার ইভেন্ট অবস্থান।

    ঘোষণা

    উদ্দেশ্য গ

    @property (nonatomic, readonly, nullable) NSString *location;
  • ক্যালেন্ডার ইভেন্ট সংগঠক।

    ঘোষণা

    উদ্দেশ্য গ

    @property (nonatomic, readonly, nullable) NSString *organizer;
  • ক্যালেন্ডার ইভেন্ট স্থিতি।

    ঘোষণা

    উদ্দেশ্য গ

    @property (nonatomic, readonly, nullable) NSString *status;
  • ক্যালেন্ডার ইভেন্ট সারাংশ.

    ঘোষণা

    উদ্দেশ্য গ

    @property (nonatomic, readonly, nullable) NSString *summary;
  • ক্যালেন্ডার ইভেন্ট শুরুর তারিখ।

    ঘোষণা

    উদ্দেশ্য গ

    @property (nonatomic, readonly, nullable) NSDate *start;
  • ক্যালেন্ডার ইভেন্ট শেষ তারিখ।

    ঘোষণা

    উদ্দেশ্য গ

    @property (nonatomic, readonly, nullable) NSDate *end;
  • অনুপলব্ধ

    ঘোষণা

    উদ্দেশ্য গ

    - (nonnull instancetype)init;