Class ImaServerSideAdInsertionMediaSource.AdsLoader.State
- java.lang.Object
-
- com.google.android.exoplayer2.ext.ima.ImaServerSideAdInsertionMediaSource.AdsLoader.State
-
- All Implemented Interfaces:
Bundleable
- Enclosing class:
- ImaServerSideAdInsertionMediaSource.AdsLoader
public static class ImaServerSideAdInsertionMediaSource.AdsLoader.State extends Object implements Bundleable
The state of theImaServerSideAdInsertionMediaSource.AdsLoaderthat can be used when resuming from the background.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.android.exoplayer2.Bundleable
Bundleable.Creator<T extends Bundleable>
-
-
Field Summary
Fields Modifier and Type Field Description static Bundleable.Creator<ImaServerSideAdInsertionMediaSource.AdsLoader.State>CREATORObject that can restoreImaServerSideAdInsertionMediaSource.AdsLoader.Statefrom aBundle.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()BundletoBundle()Returns aBundlerepresenting the information stored in this object.
-
-
-
Field Detail
-
CREATOR
public static final Bundleable.Creator<ImaServerSideAdInsertionMediaSource.AdsLoader.State> CREATOR
Object that can restoreImaServerSideAdInsertionMediaSource.AdsLoader.Statefrom aBundle.
-
-
Method Detail
-
toBundle
public Bundle toBundle()
Description copied from interface:BundleableReturns aBundlerepresenting the information stored in this object.- Specified by:
toBundlein interfaceBundleable
-
-