2

Is there a way to determine if the user is on wifi or 3G/4G? (Use case: check before uploading)

ina
  • 19,167
  • 39
  • 122
  • 201
  • If you're using the Mirror API, the synchronization is handled for you automatically and you shouldn't need to worry about this. Can you expand on your explanation a bit to explain in what situation you want this? – mimming Jun 14 '13 at 22:23

1 Answers1

1

No, if you're using the Mirror API, connection management is already handled for you. It is not exposed via the API.

You can file a feature request here. It is helpful to describe a use case.

J Wang
  • 2,075
  • 1
  • 20
  • 26