Class AdSchedule

java.lang.Object
com.castlabs.android.adverts.AdSchedule
All Implemented Interfaces:
Parcelable

public final class AdSchedule extends Object implements Parcelable
Describes a custom ad schedule.
Since:
4.2.24
  • Field Details

    • SCHEDULE_MANUAL

      public static final int SCHEDULE_MANUAL
      Constant for a manually defined ad schedule.
      See Also:
    • scheduleType

      public final int scheduleType
      The type of ad schedule.
    • DEFAULT_SCHEDULE_TYPE

      public static final int DEFAULT_SCHEDULE_TYPE
      The default type of ad schedule.
      See Also:
    • CREATOR

      public static final Parcelable.Creator<AdSchedule> CREATOR
      Parcelable Creator for AdSchedule.
  • Method Details