Blockstore

  • Blockstore is the entry point for the Block Store API, enabling device-to-device data transfer for seamless sign-in experiences on new devices.

  • This API facilitates the transfer of small amounts of data during device restores.

  • Developers can create a new BlockstoreClient instance using the getClient() method to access the Block Store functionality.

public final class Blockstore extends Object

Entry point for Block Store API.

Allows apps to transfer small amounts of data via device-to-device restore. This enables a seamless sign-in when users start using a new device.

Public Method Summary

static BlockstoreClient
getClient(Context context)
Creates a new instance of BlockstoreClient

Inherited Method Summary

Public Methods

public static BlockstoreClient getClient (Context context)

Creates a new instance of BlockstoreClient