Skip to content

Commit

Permalink
release: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
repro-sdk-bot committed Jan 30, 2019
1 parent 7b3b655 commit 930e7a9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Repro.embeddedframework/Repro.framework/Headers/Repro.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ typedef NS_ENUM(NSInteger, RPRLogLevel) {
// Session (Initialization)
+ (void)setup:(NSString *)token;

// OptIn / OptOut
+ (void)optIn:(BOOL)endUserOptedIn;

// User profile
+ (void)setUserID:(NSString *)userID;
+ (NSString *)getUserID;
Expand Down
Binary file modified Repro.embeddedframework/Repro.framework/Info.plist
Binary file not shown.
Binary file modified Repro.embeddedframework/Repro.framework/Repro
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 930e7a9

Please sign in to comment.