com.google.android.gms.awareness
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["The `FenceApi` and `SnapshotApi` interfaces are deprecated and should be replaced with `FenceClient` and `SnapshotClient` respectively, accessible via the `Awareness` class."],["`Awareness` serves as the primary entry point for utilizing the Awareness service."],["Developers should utilize `FenceClient` for interacting with the Awareness Fence API and `SnapshotClient` for the Awareness Snapshot API."],["`AwarenessStatusCodes` provides specific status codes for the Awareness service, used in conjunction with `getStatusCode()`."]]],["The `FenceApi` and `SnapshotApi` interfaces are deprecated; developers should use `getFenceClient(Activity)` and `getSnapshotClient(Activity)` instead. The `Awareness` class serves as the main entry for the Awareness service. `AwarenessStatusCodes` provides specific status codes. `FenceClient` and `SnapshotClient` are the primary entry points for the Awareness Fence and Snapshot APIs, respectively. These are the actions and elements that compose the API for awareness in android development.\n"]]