We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2aa4f commit 21344c5Copy full SHA for 21344c5
Firebase/Core/Public/FIRAnalyticsConfiguration.h
@@ -30,10 +30,13 @@ NS_SWIFT_NAME(AnalyticsConfiguration)
30
+ (FIRAnalyticsConfiguration *)sharedInstance NS_SWIFT_NAME(shared());
31
32
/**
33
+ * Deprecated.
34
* Sets the minimum engagement time in seconds required to start a new session. The default value
35
* is 10 seconds.
36
*/
-- (void)setMinimumSessionInterval:(NSTimeInterval)minimumSessionInterval;
37
+- (void)setMinimumSessionInterval:(NSTimeInterval)minimumSessionInterval
38
+ 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