We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2cf93 commit 7f96dd2Copy full SHA for 7f96dd2
Firebase/Core/Public/FIRAnalyticsConfiguration.h
@@ -35,7 +35,8 @@ NS_SWIFT_NAME(AnalyticsConfiguration)
35
* is 10 seconds.
36
*/
37
- (void)setMinimumSessionInterval:(NSTimeInterval)minimumSessionInterval
38
- DEPRECATED_MSG_ATTRIBUTE("Sessions are started immediately");
+ DEPRECATED_MSG_ATTRIBUTE(
39
+ "Sessions are started immediately. More information at https://bit.ly/2FU46av");
40
41
/**
42
* Sets the interval of inactivity in seconds that terminates the current session. The default
0 commit comments