AI-generated Key Takeaways
-
The
FenceApi
andSnapshotApi
interfaces are deprecated and should be replaced withFenceClient
andSnapshotClient
respectively, accessible via theAwareness
class. -
Awareness
serves as the primary entry point for utilizing the Awareness service. -
Developers should utilize
FenceClient
for interacting with the Awareness Fence API andSnapshotClient
for the Awareness Snapshot API. -
AwarenessStatusCodes
provides specific status codes for the Awareness service, used in conjunction withgetStatusCode()
.
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. |