File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
analytics/src/include/firebase Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -553,14 +553,14 @@ Future<std::string> GetAnalyticsInstanceIdLastResult();
553
553
// / The session ID retrieval could fail due to Analytics collection
554
554
// / disabled, or if the app session was expired.
555
555
// /
556
- // / @returns The identifier of the current app session. The value is 0 if the
557
- // / request failed .
556
+ // / @returns Object which can be used to retrieve the identifier of the current
557
+ // / app session .
558
558
Future<int64_t > GetSessionId ();
559
559
560
560
// / Get the result of the most recent GetSessionId() call.
561
561
// /
562
- // / @returns The identifier of the current app session. The value is 0 if the
563
- // / request failed .
562
+ // / @returns Object which can be used to retrieve the identifier of the current
563
+ // / app session .
564
564
Future<int64_t > GetSessionIdLastResult ();
565
565
566
566
} // namespace analytics
You can’t perform that action at this time.
0 commit comments