Package 

Class RadarVerifiedReceiver


  • 
    public abstract class RadarVerifiedReceiver
    
                        

    A receiver for client-side delivery of verified location tokens. For more information, see .

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onTokenUpdated(Context context, RadarVerifiedLocationToken token) Tells the receiver that the current user's verified location was updated.
      • Methods inherited from class java.lang.Object

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

      • RadarVerifiedReceiver

        RadarVerifiedReceiver()
    • Method Detail

      • onTokenUpdated

         abstract Unit onTokenUpdated(Context context, RadarVerifiedLocationToken token)

        Tells the receiver that the current user's verified location was updated. Verify the token server-side using your secret key.

        Parameters:
        token - The token.