AssetPackStates

public abstract class AssetPackStates
extends Object

java.lang.Object
   ↳ com.google.android.play.core.assetpacks.AssetPackStates


Contains the state for all requested packs.

Summary

Public constructors

AssetPackStates()

Public methods

abstract Map<StringAssetPackState> packStates()

Returns a map from a pack's name to its state.

abstract long totalBytes()

Returns total size of all requested packs in bytes.

Inherited methods

boolean equals(Object arg0)
final Class<?> getClass()
int hashCode()
final void notify()
final void notifyAll()
String toString()
final void wait(long arg0, int arg1)
final void wait(long arg0)
final void wait()

Public constructors

AssetPackStates

public AssetPackStates ()

Public methods

packStates

public abstract Map<StringAssetPackState> packStates ()

Returns a map from a pack's name to its state.

totalBytes

public abstract long totalBytes ()

Returns total size of all requested packs in bytes.

Returns
long