Package com.indooratlas.android.sdk
Interface IARegion.Listener
-
- Enclosing class:
- IARegion
public static interface IARegion.Listener
Used for receiving notifications about region changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEnterRegion(IARegion region)
Called to report that user has entered a new region.void
onExitRegion(IARegion region)
Called to report that user has exited a region.
-
-
-
Method Detail
-
onEnterRegion
void onEnterRegion(IARegion region)
Called to report that user has entered a new region.
-
onExitRegion
void onExitRegion(IARegion region)
Called to report that user has exited a region. Note that this is also called immediately prior to anonEnterRegion(IARegion)
when changing from one region to another.
-
-