com.google.android.gms.awareness.snapshot

  • The content lists various interfaces and classes related to obtaining snapshot data from the Awareness API.

  • Interfaces like BeaconStateResult and LocationResult are results from GoogleApiClient methods.

  • Classes such as BeaconStateResponse and LocationResponse are results from SnapshotClient methods.

  • Both interfaces and classes provide ways to access information about the user's current context, like location or detected activity.