Skip to content

Commit

Permalink
feat: reading sessionTimeOutMillis on iOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Desu Sai Venkat committed Nov 22, 2023
1 parent 595913e commit 1d81844
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ - (RSConfig*)getRudderConfigObject:(NSDictionary*)configDict {
[configBuilder
withTrackLifecycleEvens:[[configDict objectForKey:@"trackLifecycleEvents"] boolValue]];
[configBuilder withRecordScreenViews:[[configDict objectForKey:@"recordScreenViews"] boolValue]];
[configBuilder withSessionTimeoutMillis:[[configDict objectForKey:@"sessionTimeoutInMillis"]longValue]];
[configBuilder withAutoSessionTracking:[[configDict objectForKey:@"autoSessionTracking"] boolValue]];
[configBuilder withControlPlaneUrl:[configDict objectForKey:@"controlPlaneUrl"]];
NSString *dataResidencyServer = configDict[@"dataResidencyServer"];
Expand Down

0 comments on commit 1d81844

Please sign in to comment.