Scope | Doclava
public final class

Scope

extends Object
java.lang.Object
   ↳ com.google.firebase.appindexing.Scope

Class Overview

The Scope options for an Indexable.

Summary

Constants
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.
[Expand]
Inherited Methods
From class java.lang.Object

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 (0x00000003)

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 (0x00000002)