AiPackStates
public
abstract
class
AiPackStates
extends Object
java.lang.Object | |
↳ | com.google.android.play.core.aipacks.AiPackStates |
Contains the state for all requested packs.
Summary
Public constructors | |
---|---|
AiPackStates()
|
Public methods | |
---|---|
abstract
Map<String, AiPackState>
|
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 | |
---|---|
Public constructors
AiPackStates
public AiPackStates ()
Public methods
packStates
public abstract Map<String, AiPackState> packStates ()
Returns a map from a pack's name to its state.
Returns | |
---|---|
Map<String, AiPackState> |
totalBytes
public abstract long totalBytes ()
Returns total size of all requested packs in bytes.
Returns | |
---|---|
long |