AI-generated Key Takeaways
-
FenceApi and SnapshotApi interfaces are deprecated and should be replaced with getFenceClient(Activity) and getSnapshotClient(Activity) respectively.
-
The Awareness class is the main entry point for the Awareness service.
-
AwarenessStatusCodes provides status codes specific to the Awareness service.
-
FenceClient is the main entry point for the Awareness Fence API, and SnapshotClient is the main entry point for the Awareness Snapshot API.
Interfaces
FenceApi | This interface is deprecated. Use
getFenceClient(Activity) instead. |
SnapshotApi | This interface is deprecated. Use
getSnapshotClient(Activity) instead. |
Classes
Awareness | The main entry point for the Awareness service. |
AwarenessStatusCodes | Awareness specific status codes, for use in
getStatusCode() . |
FenceClient | Main entry point for the Awareness Fence API. |
SnapshotClient | Main entry point for the Awareness Snapshot API. |