Interface IARegion.Listener

  • Enclosing class:
    IARegion

    public static interface IARegion.Listener
    Used for receiving notifications about region changes.
    • 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 an onEnterRegion(IARegion) when changing from one region to another.