Skip to content

Commit 4263601

Browse files
committed
fixup the wording for NotifyApplifecyclechange to be windows only
1 parent 02e164f commit 4263601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analytics/src/include/firebase/analytics.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,8 @@ enum AppLifecycleState { kUnknown = 0, kTermination };
568568
///
569569
/// This method is used to notify the Analytics SDK about the current state of
570570
/// the app's lifecycle. The Analytics SDK will use this information to log
571-
/// events, update user properties, upload data, etc.
571+
/// events, update user properties, upload data, etc. The method only work on
572+
/// windows and is a NO-OP on iOS and Android.
572573
///
573574
/// kTermination is used to indicate that the app is about to be terminated.
574575
/// The caller will be blocked until all pending data is uploaded or an error

0 commit comments

Comments
 (0)