Aware
Aware copied to clipboard
GoogleApiClient connection callbacks
I have a question regarding connecting to the GoogleApiClient and using the Awareness Api next. As i have observed in your code you just call the connect method but you are not waiting to get an callback if the connection was successful. I have used the GoogleApiClient before to receive location updates and i needed to register a callback to be notified when the client is ready. Is this handled automatically by the Awareness API?