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();
553553// / The session ID retrieval could fail due to Analytics collection
554554// / disabled, or if the app session was expired.
555555// /
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 .
558558Future<int64_t > GetSessionId ();
559559
560560// / Get the result of the most recent GetSessionId() call.
561561// /
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 .
564564Future<int64_t > GetSessionIdLastResult ();
565565
566566} // namespace analytics
You can’t perform that action at this time.
0 commit comments