Package 

Interface Radar.RadarTrackVerifiedCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onComplete(Radar.RadarStatus status, RadarVerifiedLocationToken token) Called when a track verified request succeeds, fails, or times out.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onComplete

         abstract Unit onComplete(Radar.RadarStatus status, RadarVerifiedLocationToken token)

        Called when a track verified request succeeds, fails, or times out. Receives the request status and, if successful, the user's verified location. Verify the token server-side using your secret key.

        Parameters:
        status - RadarStatus The request status.
        token - RadarVerifiedLocationToken?