Push notification after certain dwell time

Hi, please add?
Is it possible in Android to note didEnterRegion (when user enters the near region of beacon with our beaconapp open on mobile device) and send this information together with timestamp to an external server to push notification after a certain dwell time (i.e. time monitoring starts after entering the near region of beacon).
or it is possible at actual didEnterRegion event only (i.e. as soon as user comes in the range of beacon)

Yup, possible! (: The only thing that changes compared to iOS in this scenario is that you’ll use Google Cloud Messaging instead of Apple Push Notification. The “didEnter” part with sending a timestamp to the server, and the server calculating the dwell time doesn’t change.

A post was split to a new topic: Notification after certain dwell time