I am using google's NearBy Messages API to publish some messages from server(An android device here) and subscribe for those messages from client(Another android device) .
In this I want to maintain log timings of client at server side
- when client found the published message
- when client goes out of range
- when client cancel subscription
But till now I didn't find anything in API to notify above things. Let me know if there are any solutions.
And one more thing publish
ing with Strategy.BLE_ONLY
gives status in
in ResultCallback#onResult
like
Status{statusCode=TTL_SECONDS_INFINITE is not currently supported for publishes., resolution=null}