ImaServerSideAdInsertionMediaSource.AdsLoader.State


class ImaServerSideAdInsertionMediaSource.AdsLoader.State : Bundleable


The state of the AdsLoader that can be used when resuming from the background.

Summary

Constants

const Bundleable.Creator<ImaServerSideAdInsertionMediaSource.AdsLoader.State!>!

This property is deprecated.

Use fromBundle instead.

Public functions

Boolean
equals(o: Any?)
java-static ImaServerSideAdInsertionMediaSource.AdsLoader.State!
fromBundle(bundle: Bundle!)

Restores a State from a Bundle.

Int
Bundle!

Returns a Bundle representing the information stored in this object.

Constants

CREATOR

const val CREATORBundleable.Creator<ImaServerSideAdInsertionMediaSource.AdsLoader.State!>!

Object that can restore AdsLoader.State from a Bundle.

Public functions

equals

fun equals(o: Any?): Boolean

fromBundle

java-static fun fromBundle(bundle: Bundle!): ImaServerSideAdInsertionMediaSource.AdsLoader.State!

Restores a State from a Bundle.

hashCode

fun hashCode(): Int

toBundle

fun toBundle(): Bundle!

Returns a Bundle representing the information stored in this object.