Skip to content

Commit d1db262

Browse files
committed
Deprecate setMinimumSessionInterval
1 parent ea2cf93 commit d1db262

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firebase/Core/Public/FIRAnalyticsConfiguration.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ NS_SWIFT_NAME(AnalyticsConfiguration)
3535
* is 10 seconds.
3636
*/
3737
- (void)setMinimumSessionInterval:(NSTimeInterval)minimumSessionInterval
38-
DEPRECATED_MSG_ATTRIBUTE("Sessions are started immediately");
38+
DEPRECATED_MSG_ATTRIBUTE(
39+
"Sessions are started immediately. More information at https://bit.ly/2FU46av");
3940

4041
/**
4142
* Sets the interval of inactivity in seconds that terminates the current session. The default

0 commit comments

Comments
 (0)