We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ZoneListener provides a callback to be invoked when ZoneManager detects entering/leaving zone events. The callback is invoked in the UI thread.
Referenced from: ZoneManager, Zone.
public interface ZoneListener { public void onEnterZone(Zone z); public void onLeaveZone(Zone z); }
Tutorials
Classes