Does Cordova plugin support onExitedRegion()?

Does Cordova plugin support onExitedRegion()?
Or how to check leaving region in Monitoring mode?
thanks.

Depends which plugin I guess, there’s quite a few (:

(Note that none of the Cordova plugins out there are officially maintained or supported by Estimote.)

My personal favorite one is this:

It supports enter/exit events just fine.

Thanks for your reply.
But in the Cordova plugin you recommended, I still do not see the codes for handling exit event in the section of “Start monitoring a single iBeacon”.
What did I miss? Or could you give more example?
Thanks.

Here’s the list of all delegate methods this plugin supports:

Among them, there’s didEnterRegion and didExitRegion.

I am very appreciated for your help. We will try it soon.