ZendriveInsurancePeriod

enum ZendriveInsurancePeriod {}

The types of insurance period in Zendrive

Each drive belongs to exactly one of these insurance periods.

  • Applications that do not use insurance APIs will have drives with this value for insurance period

    Declaration

    Objective-C

    ZendriveInsuranceNoPeriod = 0
  • Drives detected in insurance period 1 will have this value. Refer: +[ZendriveInsurance startPeriod1:]

    Declaration

    Objective-C

    ZendriveInsurancePeriod1 = 1
  • Drives undertaken with insurance period 2 will have this value. Refer: +[ZendriveInsurance startDriveWithPeriod2:error:]

    Declaration

    Objective-C

    ZendriveInsurancePeriod2 = 2
  • Drives undertaken with insurance period 3 will have this value. Refer: +[ZendriveInsurance startDriveWithPeriod3:error:]

    Declaration

    Objective-C

    ZendriveInsurancePeriod3 = 3