-
public abstract class RadarVerifiedReceiver
-
-
Constructor Summary
Constructors Constructor Description RadarVerifiedReceiver()
-
Method Summary
Modifier and Type Method Description abstract UnitonTokenUpdated(Context context, RadarVerifiedLocationToken token)Tells the receiver that the current user's verified location was updated. -
-
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.
-
-
-
-