{% include "/android/_dackka-meta-tags.html" %}

RetrieveBytesResponse

{% setvar page_path %}com/google/android/gms/auth/blockstore/RetrieveBytesResponse.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_java_switcher2.md" %}

public class RetrieveBytesResponse implements Parcelable


App data retrieved from Block Store.

Summary

Nested types

A block of app data previously stored to Block Store.

Constants

static final Parcelable.Creator<RetrieveBytesResponse>

Public fields

final Map<StringRetrieveBytesResponse.BlockstoreData>

Public methods

Map<StringRetrieveBytesResponse.BlockstoreData>

A mapping from app data key to BlockstoreData found based on a .

void
writeToParcel(Parcel dest, int flags)

Inherited Constants

From android.os.Parcelable
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int

Constants

CREATOR

public static final Parcelable.Creator<RetrieveBytesResponseCREATOR

Public fields

blockstoreDataMap

public final Map<StringRetrieveBytesResponse.BlockstoreDatablockstoreDataMap

Public methods

getBlockstoreDataMap

public Map<StringRetrieveBytesResponse.BlockstoreDatagetBlockstoreDataMap()

A mapping from app data key to BlockstoreData found based on a .

The app data key is the value provided when storing the data via storeBytes, as StoreBytesData.key.

Note that the app data that was stored without an explicit key is associated with the default key DEFAULT_BYTES_DATA_KEY.

writeToParcel

public void writeToParcel(Parcel dest, int flags)