com.google.android.gms.awareness

  • 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().

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.