Package com.castlabs.android.adverts
Class AdSchedule
java.lang.Object
com.castlabs.android.adverts.AdSchedule
- All Implemented Interfaces:
Parcelable
Describes a custom ad schedule.
- Since:
- 4.2.24
-
Nested Class Summary
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Parcelable.Creator
<AdSchedule> static final int
static final int
final int
The type of ad schedule.Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
void
writeToParcel
(Parcel dest, int flags)
-
Field Details
-
SCHEDULE_MANUAL
public static final int SCHEDULE_MANUAL- See Also:
-
scheduleType
public final int scheduleTypeThe type of ad schedule. -
DEFAULT_SCHEDULE_TYPE
public static final int DEFAULT_SCHEDULE_TYPE- See Also:
-
CREATOR
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
writeToParcel
- Specified by:
writeToParcel
in interfaceParcelable
-
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceParcelable
-