Skip to content

Commit 21f954f

Browse files
authored
Change the docs to match GetAnalyticsInstanceId's phrasing. (#1190)
1 parent 6e19440 commit 21f954f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

analytics/src/include/firebase/analytics.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
558558
Future<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.
564564
Future<int64_t> GetSessionIdLastResult();
565565

566566
} // namespace analytics

0 commit comments

Comments
 (0)