Move Attachments out of ShareTarget in TransferUpdate callback to match API.

PiperOrigin-RevId: 639142725
5 files changed
tree: 246637cf6c6f3e3df234380278ce769e5a886684
  1. .github/
  2. compiled_proto/
  3. connections/
  4. embedded/
  5. fastpair/
  6. internal/
  7. presence/
  8. proto/
  9. sharing/
  10. third_party/
  11. .bazelrc
  12. .gitignore
  13. .gitmodules
  14. CODE_OF_CONDUCT.md
  15. CONTRIBUTING.md
  16. gen_proto.sh
  17. LICENSE
  18. minimum_os.bzl
  19. MODULE.bazel
  20. MODULE.bazel.lock
  21. Package.resolved
  22. Package.swift
  23. README.md
  24. WORKSPACE
README.md

Nearby

Nearby is a collection of projects focused on connectivity that enable building cross-device experiences.

This is not an officially supported Google product.

Projects

Nearby Connections

A peer-to-peer networking API that allows apps to easily discover, connect to, and exchange data with nearby devices in real-time, regardless of network connectivity.

Fast Pair

Utilizes Bluetooth Low Energy (BLE) to discover nearby Bluetooth devices without using significant phone battery, enabling “magical” scenarios based on device proximity.

Nearby Presence

An extension to Nearby Connections that features an extensible identity model for authentication and restricted visibility, resource management for system health, and proximity detection through sensor fusion.

Nearby for Embedded Systems

A lightweight implementation of Fast Pair intended for embedded systems.

Contributing

We encourage you to contribute to Nearby! Please check out the Contributing to Nearby guide for guidelines about how to proceed.

License

Nearby is released under the Apache License 2.0