Scope

public final class Scope extends Object

The Scope options for an Indexable.

Constant Summary

int CROSS_DEVICE The Indexable may get shared with the user's other devices, such as Google Home.
int ON_DEVICE The default scope of an Indexable.

Inherited Method Summary

Constants

public static final int CROSS_DEVICE

The Indexable may get shared with the user's other devices, such as Google Home.

Constant Value: 3

public static final int ON_DEVICE

The default scope of an Indexable. The Indexable will stay on device and surface in Google apps.

Constant Value: 2