Page Summary
-
The content lists various interfaces and classes related to obtaining snapshot data from the Awareness API.
-
Interfaces like
BeaconStateResultandLocationResultare results fromGoogleApiClientmethods. -
Classes such as
BeaconStateResponseandLocationResponseare results fromSnapshotClientmethods. -
Both interfaces and classes provide ways to access information about the user's current context, like location or detected activity.
Interfaces
| BeaconStateResult | This interface is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |
| DetectedActivityResult | This interface is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |
| HeadphoneStateResult | This interface is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |
| LocationResult | This interface is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |
| TimeIntervalsResult | This interface is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |
Classes
| BeaconStateResponse | This class is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |
| DetectedActivityResponse | This class is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |
| HeadphoneStateResponse | This class is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |
| LocationResponse | This class is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |
| TimeIntervalsResponse | This class is deprecated. The Awareness API is deprecated and will be turned down in a future Google Play services release, as early as January 2027. There is no direct replacement. |