Blockstore

  • Blockstore is the entry point for the Block Store API.

  • It allows apps to transfer small amounts of data for device-to-device restore, enabling seamless sign-in on new devices.

  • The getClient method is used to create a new instance of BlockstoreClient.

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