Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpatrick committed Aug 21, 2023
1 parent 15258c6 commit 4753a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadarSDK/Include/Radar.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ typedef void (^_Nullable RadarTrackCompletionHandler)(RadarStatus status, CLLoca
Receives the request status and, if successful, a JSON Web Token (JWT) containing an array of the events generated and the user. Verify the JWT server-side using your secret key.
@see https://radar.com/documentation/sdk/ios
@see https://radar.com/documentation/sdk/fraud

This comment has been minimized.

Copy link
@jsani-radar

jsani-radar Aug 21, 2023

Contributor

nit: no sdk prefix

*/
typedef void (^_Nullable RadarTrackTokenCompletionHandler)(RadarStatus status, NSString *_Nullable token);

Expand Down

0 comments on commit 4753a69

Please sign in to comment.