didEnterRegion Method Call Repeatedly in iOS 9 & Xcode 7.0.1

Hello Everyone,

Here I am Creating My First App Using EstimoteSDK. In which didEnterRegion & didExitRegion Both Method called perfectly for every time. but my confusion is like that,

"Is that any possible way to detect didEnterRegion method for particular time interval until user doesn’t exit that region for particular beacon"
In short i want to detect didEnterRegion method Repeatedly Until User doesn’t exit that region. is that possible?

beacuse right now in my app didEnterRegion method call only once until user does’t exit that region for particular beacon.

Unfortunately not. didEnterRegion will only be called once per the device physically entering the range of the beacon. What are you trying to build?