Class TimeOffset
- java.lang.Object
-
- com.yandex.mobile.ads.video.models.vmap.TimeOffset
-
- All Implemented Interfaces:
android.os.Parcelable
public final class TimeOffset extends java.lang.Object implements android.os.ParcelableClass that represents the timing for the ad break.
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<TimeOffset>CREATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()java.lang.StringgetRawValue()Returns raw value of timeOffset attribute that represents the time for theAdBreak.voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<TimeOffset> CREATOR
-
-
Method Detail
-
getRawValue
@NonNull public java.lang.String getRawValue()
Returns raw value of timeOffset attribute that represents the time for theAdBreak.- Returns:
- Raw value of timeOffset.
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
-