-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Firebase Sessions into main line #5108
Conversation
* Initial commit for Firebase Sessions SDK * Add copyright notice * Remove redundant dependency * Revert 'Remove redundant dependency' to avoid using api * Generate api.txt file
* Implement SessionInitiator and hook it up to lifecycle events * Add a warning when failed to register lifecycle callbacks * Fix formatting
* Use kotlin.time.Duration instead of Long for time intervals * Adjust test constants * Simplify elapsedRealtime to always be millis precision
* Add SessionEvent data class * Add enum test case * Remove serialization (this will be handled in encoders) and rename SessionState * Generate a SessionEvent based on the SessionState * Rename SessionState to SessionDetails * Firebase Session Event
* Add Firebase Sessions Test App * Remove boilerplate
* Use googleServices.gradle * Move package level function to object to fix api surface check * Add android manifest file with versionName set to fix android tests * Update pinned deps * Make getApplicationInfo look leaner
* Fix test app and add README's * Undo app changes * Undo app changes * Add description and formatting to README file
* Start setting up sessions e2e workflow * Remove schedule * Format * Setup gcloud * Set FIREBASE_APP_CHECK_DEBUG_SECRET * Set FTL_RESULTS_BUCKET * Add schedule * Add 20 min
* Add and populate appQualitySessionId in Crashlytics reports * Bump Crashlytics ktx target sdk to 33, same as Java sdk * Log warning when missing AQS session id
* Fix firebase-crashlytics-ktx deps * Fix CrashlyticsTests and clean up build file * Make FirebaseCrashlyticsKtxRegistrar internal * Bump health metrics compile sdk * Add versionName version
* Do not send session id to subscribers if Sessions is disabled * Move the Sessions settings disabled check to after subscrubers
* Add fid to Crashlytics report * Format
* Handle IOExceptions went fetching remote settings * Add failure test case for RemoteSettingsFetcher
…ues (#5103) * Make remote settings fetch non-blocking * Ensure the settings cache has loaded from disk before reading any values * Fix runtime exception with a load-bearing empty block * Inline the definition of metadata to avoid needing an empty block * Comments
* Make remote settings fetch non-blocking * Ensure the settings cache has loaded from disk before reading any values * Fix runtime exception with a load-bearing empty block * Inline the definition of metadata to avoid needing an empty block * Fetch remote settings on session, not on launch * Log warning when we fail to fetch the fid
Javadoc Changes:--- /Users/runner/diff/original/firebase-kotlindoc/android/client/firebase-sessions/_toc.yaml 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/client/firebase-sessions/_toc.yaml 2023-06-26 16:54:08.000000000 +0000
@@ -0,0 +1,36 @@
+toc:
+- title: "firebase.sessions"
+ path: "/docs/reference/android/com/google/firebase/sessions/package-summary.html"
+
+ section:
+ - title: "Classes"
+
+ section:
+ - title: "FirebaseSessions"
+ path: "/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html"
+
+- title: "firebase.sessions.api"
+ path: "/docs/reference/android/com/google/firebase/sessions/api/package-summary.html"
+
+ section:
+ - title: "Interfaces"
+
+ section:
+ - title: "SessionSubscriber"
+ path: "/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html"
+
+ - title: "Classes"
+
+ section:
+ - title: "FirebaseSessionsDependencies"
+ path: "/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html"
+ - title: "SessionSubscriber.SessionDetails"
+ path: "/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html"
+
+ - title: "Enums"
+
+ section:
+ - title: "SessionSubscriber.Name"
+ path: "/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html"
+
+ --- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/sessions/FirebaseSessions.Companion.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/sessions/FirebaseSessions.Companion.html 2023-06-26 16:54:08.000000000 +0000
@@ -0,0 +1,73 @@
+<html devsite="true">
+ <head>
+ <title>FirebaseSessions.Companion</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>FirebaseSessions.Companion</h1>
+ <p>
+ <pre>public static class <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html">FirebaseSessions.Companion</a></pre>
+ </p>
+ <hr>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public fields</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html#instance()">instance</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public methods</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html#getInstance(com.google.firebase.FirebaseApp)">getInstance</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/FirebaseApp.html">FirebaseApp</a> app)</code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public fields</h2>
+ <div class="api-item"><a name="getInstance()"></a><a name="setInstance()"></a><a name="getInstance--"></a><a name="setInstance--"></a>
+ <h3 class="api-name" id="instance()">instance</h3>
+ <pre class="api-signature no-pretty-print">public static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html#instance()">instance</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public methods</h2>
+ <div class="api-item"><a name="getInstance-com.google.firebase.FirebaseApp-"></a><a name="getinstance"></a>
+ <h3 class="api-name" id="getInstance(com.google.firebase.FirebaseApp)">getInstance</h3>
+ <pre class="api-signature no-pretty-print">public static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html#getInstance(com.google.firebase.FirebaseApp)">getInstance</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/FirebaseApp.html">FirebaseApp</a> app)</pre>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/sessions/FirebaseSessions.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/sessions/FirebaseSessions.html 2023-06-26 16:54:08.000000000 +0000
@@ -0,0 +1,106 @@
+<html devsite="true">
+ <head>
+ <title>FirebaseSessions</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>FirebaseSessions</h1>
+ <p>
+ <pre>public final class <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></pre>
+ </p>
+ <hr>
+ <p>The <code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code> API provides methods to register a <code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code>.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Nested types</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td>
+ <div><code>public static class <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html">FirebaseSessions.Companion</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public fields</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html#instance()">instance</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public methods</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html#getInstance(com.google.firebase.FirebaseApp)">getInstance</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/FirebaseApp.html">FirebaseApp</a> app)</code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code>final void</code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html#register(com.google.firebase.sessions.api.SessionSubscriber)">register</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a> subscriber)</code></div>
+ <p>Register the <code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html#register(com.google.firebase.sessions.api.SessionSubscriber)">subscriber</a></code>.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public fields</h2>
+ <div class="api-item"><a name="getInstance()"></a><a name="setInstance()"></a><a name="getInstance--"></a><a name="setInstance--"></a>
+ <h3 class="api-name" id="instance()">instance</h3>
+ <pre class="api-signature no-pretty-print">public static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html#instance()">instance</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public methods</h2>
+ <div class="api-item"><a name="getInstance-com.google.firebase.FirebaseApp-"></a><a name="getinstance"></a>
+ <h3 class="api-name" id="getInstance(com.google.firebase.FirebaseApp)">getInstance</h3>
+ <pre class="api-signature no-pretty-print">public static final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a> <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.Companion.html#getInstance(com.google.firebase.FirebaseApp)">getInstance</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/FirebaseApp.html">FirebaseApp</a> app)</pre>
+ </div>
+ <div class="api-item"><a name="register-com.google.firebase.sessions.api.SessionSubscriber-"></a><a name="register"></a>
+ <h3 class="api-name" id="register(com.google.firebase.sessions.api.SessionSubscriber)">register</h3>
+ <pre class="api-signature no-pretty-print">public final void <a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html#register(com.google.firebase.sessions.api.SessionSubscriber)">register</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a> subscriber)</pre>
+ <p>Register the <code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html#register(com.google.firebase.sessions.api.SessionSubscriber)">subscriber</a></code>. This must be called for every dependency.</p>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html 2023-06-26 16:54:08.000000000 +0000
@@ -0,0 +1,77 @@
+<html devsite="true">
+ <head>
+ <title>FirebaseSessionsDependencies</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>FirebaseSessionsDependencies</h1>
+ <p>
+ <pre>public static class <a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a></pre>
+ </p>
+ <hr>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a></code> determines when a dependent SDK is installed in the app. The Sessions SDK uses this to figure out which dependencies to wait for to getting the data collection state. This is thread safe.</p>
+ <p>This is important because the Sessions SDK starts up before dependent SDKs.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public fields</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>static @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html#INSTANCE()">INSTANCE</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public methods</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>static final void</code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html#addDependency(com.google.firebase.sessions.api.SessionSubscriber.Name)">addDependency</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> subscriberName)</code></div>
+ <p>Add a subscriber as a dependency to the Sessions SDK.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public fields</h2>
+ <div class="api-item"><a name="getINSTANCE()"></a><a name="setINSTANCE()"></a><a name="getINSTANCE--"></a><a name="setINSTANCE--"></a>
+ <h3 class="api-name" id="INSTANCE()">INSTANCE</h3>
+ <pre class="api-signature no-pretty-print">public static @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html#INSTANCE()">INSTANCE</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public methods</h2>
+ <div class="api-item"><a name="addDependency-com.google.firebase.sessions.api.SessionSubscriber.Name-"></a><a name="adddependency"></a>
+ <h3 class="api-name" id="addDependency(com.google.firebase.sessions.api.SessionSubscriber.Name)">addDependency</h3>
+ <pre class="api-signature no-pretty-print">public static final void <a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html#addDependency(com.google.firebase.sessions.api.SessionSubscriber.Name)">addDependency</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> subscriberName)</pre>
+ <p>Add a subscriber as a dependency to the Sessions SDK. Every dependency must register itself, or the Sessions SDK will never generate a session.</p>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html 2023-06-26 16:54:08.000000000 +0000
@@ -0,0 +1,142 @@
+<html devsite="true">
+ <head>
+ <title>SessionSubscriber.Name</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>SessionSubscriber.Name</h1>
+ <p>
+ <pre>public enum <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> extends <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html">Enum</a></pre>
+ </p>
+ <div class="devsite-table-wrapper">
+ <table class="jd-inheritance-table">
+ <tbody>
+ <tr>
+ <td colspan="3"><a href="https://developer.android.com/reference/kotlin/java/lang/Object.html">java.lang.Object</a></td>
+ </tr>
+ <tr>
+ <td class="jd-inheritance-space"> ↳</td>
+ <td colspan="2"><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html">kotlin.Enum</a></td>
+ </tr>
+ <tr>
+ <td> </td>
+ <td class="jd-inheritance-space"> ↳</td>
+ <td colspan="1"><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">com.google.firebase.sessions.api.SessionSubscriber.Name</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <hr>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code>s are used for identifying subscribers.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Enum Values</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#CRASHLYTICS">CRASHLYTICS</a></code></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#MATT_SAYS_HI">MATT_SAYS_HI</a></code></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#PERFORMANCE">PERFORMANCE</a></code></td>
+ <td></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public methods</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#valueOf(kotlin.String)">valueOf</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> value)</code></div>
+ <p>Returns the enum constant of this type with the specified name.</p>
+ </td>
+ </tr>
+ <tr>
+ <td><code>final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> SessionSubscriber.Name[]</code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#values()">values</a>()</code></div>
+ <p>Returns an array containing the constants of this enum type, in the order they're declared.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Enum Values</h2>
+ <div class="api-item">
+ <h3 class="api-name" id="CRASHLYTICS">CRASHLYTICS</h3>
+ <pre class="api-signature no-pretty-print"><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#CRASHLYTICS">SessionSubscriber.Name.CRASHLYTICS</a></pre>
+ </div>
+ <div class="api-item">
+ <h3 class="api-name" id="MATT_SAYS_HI">MATT_SAYS_HI</h3>
+ <pre class="api-signature no-pretty-print"><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#MATT_SAYS_HI">SessionSubscriber.Name.MATT_SAYS_HI</a></pre>
+ </div>
+ <div class="api-item">
+ <h3 class="api-name" id="PERFORMANCE">PERFORMANCE</h3>
+ <pre class="api-signature no-pretty-print"><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#PERFORMANCE">SessionSubscriber.Name.PERFORMANCE</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public methods</h2>
+ <div class="api-item"><a name="valueOf-kotlin.String-"></a><a name="valueof"></a>
+ <h3 class="api-name" id="valueOf(kotlin.String)">valueOf</h3>
+ <pre class="api-signature no-pretty-print">public final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#valueOf(kotlin.String)">valueOf</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> value)</pre>
+ <p>Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</p>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%">Throws</th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-argument-exception/index.html">kotlin.IllegalArgumentException</a> kotlin.IllegalArgumentException</code></td>
+ <td>
+ <p>if this enum type has no constant with the specified name</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ <div class="api-item"><a name="values--"></a><a name="values"></a>
+ <h3 class="api-name" id="values()">values</h3>
+ <pre class="api-signature no-pretty-print">public final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> SessionSubscriber.Name[] <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html#values()">values</a>()</pre>
+ <p>Returns an array containing the constants of this enum type, in the order they're declared.</p>
+ <p>This method may be used to iterate over the constants.</p>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html 2023-06-26 16:54:08.000000000 +0000
@@ -0,0 +1,73 @@
+<html devsite="true">
+ <head>
+ <title>SessionSubscriber.SessionDetails</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>SessionSubscriber.SessionDetails</h1>
+ <p>
+ <pre>public final data class <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a></pre>
+ </p>
+ <hr>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionDetails</a></code> contains session data passed to subscribers whenever the session changes</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public fields</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html#sessionId()">sessionId</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public constructors</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html#SessionDetails(kotlin.String)">SessionDetails</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> sessionId)</code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public fields</h2>
+ <div class="api-item"><a name="getSessionId()"></a><a name="setSessionId()"></a><a name="getSessionId--"></a><a name="setSessionId--"></a>
+ <h3 class="api-name" id="sessionId()">sessionId</h3>
+ <pre class="api-signature no-pretty-print">public final @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html#sessionId()">sessionId</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public constructors</h2>
+ <div class="api-item"><a name="SessionDetails-kotlin.String-"></a><a name="sessiondetails"></a>
+ <h3 class="api-name" id="SessionDetails(kotlin.String)">SessionDetails</h3>
+ <pre class="api-signature no-pretty-print">public <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html#SessionDetails(kotlin.String)">SessionDetails</a>(@<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="https://developer.android.com/reference/kotlin/java/lang/String.html">String</a> sessionId)</pre>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/sessions/api/SessionSubscriber.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/sessions/api/SessionSubscriber.html 2023-06-26 16:54:08.000000000 +0000
@@ -0,0 +1,111 @@
+<html devsite="true">
+ <head>
+ <title>SessionSubscriber</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>SessionSubscriber</h1>
+ <p>
+ <pre>public interface <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></pre>
+ </p>
+ <hr>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code> is an interface that dependent SDKs must implement.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Nested types</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td>
+ <div><code>public enum <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> extends <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html">Enum</a></code></div>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code>s are used for identifying subscribers.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <div><code>public final data class <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a></code></div>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionDetails</a></code> contains session data passed to subscribers whenever the session changes</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public fields</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>abstract boolean</code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html#isDataCollectionEnabled()">isDataCollectionEnabled</a></code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code>abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html#sessionSubscriberName()">sessionSubscriberName</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public methods</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>abstract void</code></td>
+ <td>
+ <div><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html#onSessionChanged(com.google.firebase.sessions.api.SessionSubscriber.SessionDetails)">onSessionChanged</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a> sessionDetails<br>)</code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public fields</h2>
+ <div class="api-item"><a name="getIsDataCollectionEnabled()"></a><a name="setIsDataCollectionEnabled()"></a><a name="getIsDataCollectionEnabled--"></a><a name="setIsDataCollectionEnabled--"></a>
+ <h3 class="api-name" id="isDataCollectionEnabled()">isDataCollectionEnabled</h3>
+ <pre class="api-signature no-pretty-print">abstract boolean <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html#isDataCollectionEnabled()">isDataCollectionEnabled</a></pre>
+ </div>
+ <div class="api-item"><a name="getSessionSubscriberName()"></a><a name="setSessionSubscriberName()"></a><a name="getSessionSubscriberName--"></a><a name="setSessionSubscriberName--"></a>
+ <h3 class="api-name" id="sessionSubscriberName()">sessionSubscriberName</h3>
+ <pre class="api-signature no-pretty-print">abstract @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html#sessionSubscriberName()">sessionSubscriberName</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public methods</h2>
+ <div class="api-item"><a name="onSessionChanged-com.google.firebase.sessions.api.SessionSubscriber.SessionDetails-"></a><a name="onsessionchanged"></a>
+ <h3 class="api-name" id="onSessionChanged(com.google.firebase.sessions.api.SessionSubscriber.SessionDetails)">onSessionChanged</h3>
+ <pre class="api-signature no-pretty-print">abstract void <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html#onSessionChanged(com.google.firebase.sessions.api.SessionSubscriber.SessionDetails)">onSessionChanged</a>(<br> @<a href="https://developer.android.com/reference/kotlin/androidx/annotation/NonNull.html">NonNull</a> <a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a> sessionDetails<br>)</pre>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/sessions/api/package-summary.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/sessions/api/package-summary.html 2023-06-26 16:54:08.000000000 +0000
@@ -0,0 +1,68 @@
+<html devsite="true">
+ <head>
+ <title>com.google.firebase.sessions.api</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <h1>com.google.firebase.sessions.api</h1>
+ <h2>Interfaces</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code></td>
+ <td>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code> is an interface that dependent SDKs must implement.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <h2>Classes</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a></code></td>
+ <td>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionDetails</a></code> contains session data passed to subscribers whenever the session changes</p>
+ </td>
+ </tr>
+ <tr>
+ <td><code><a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a></code></td>
+ <td>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a></code> determines when a dependent SDK is installed in the app.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <h2>Enums</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code></td>
+ <td>
+ <p><code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code>s are used for identifying subscribers.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/android/com/google/firebase/sessions/package-summary.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/android/com/google/firebase/sessions/package-summary.html 2023-06-26 16:54:08.000000000 +0000
@@ -0,0 +1,28 @@
+<html devsite="true">
+ <head>
+ <title>com.google.firebase.sessions</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/android/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <h1>com.google.firebase.sessions</h1>
+ <h2>Classes</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code></td>
+ <td>
+ <p>The <code><a href="/docs/reference/android/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code> API provides methods to register a <code><a href="/docs/reference/android/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code>.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/client/firebase-sessions/_toc.yaml 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/client/firebase-sessions/_toc.yaml 2023-06-26 16:54:07.000000000 +0000
@@ -0,0 +1,40 @@
+toc:
+- title: "com.google.firebase.sessions"
+ path: "/docs/reference/kotlin/com/google/firebase/sessions/package-summary.html"
+
+ section:
+ - title: "Classes"
+
+ section:
+ - title: "FirebaseSessions"
+ path: "/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html"
+
+- title: "com.google.firebase.sessions.api"
+ path: "/docs/reference/kotlin/com/google/firebase/sessions/api/package-summary.html"
+
+ section:
+ - title: "Interfaces"
+
+ section:
+ - title: "SessionSubscriber"
+ path: "/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html"
+
+ - title: "Classes"
+
+ section:
+ - title: "SessionSubscriber.SessionDetails"
+ path: "/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html"
+
+ - title: "Enums"
+
+ section:
+ - title: "SessionSubscriber.Name"
+ path: "/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html"
+
+ - title: "Objects"
+
+ section:
+ - title: "FirebaseSessionsDependencies"
+ path: "/docs/reference/kotlin/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html"
+
+ --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/sessions/FirebaseSessions.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/sessions/FirebaseSessions.html 2023-06-26 16:54:07.000000000 +0000
@@ -0,0 +1,104 @@
+<html devsite="true">
+ <head>
+ <title>FirebaseSessions</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/kotlin/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>FirebaseSessions</h1>
+ <p>
+ <pre>class <a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></pre>
+ </p>
+ <hr>
+ <p>The <code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code> API provides methods to register a <code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code>.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public companion functions</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.Companion.html#getInstance(com.google.firebase.FirebaseApp)">getInstance</a>(app: <a href="/docs/reference/kotlin/com/google/firebase/FirebaseApp.html">FirebaseApp</a>)</code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public companion properties</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.Companion.html#instance()">instance</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public functions</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html#register(com.google.firebase.sessions.api.SessionSubscriber)">register</a>(subscriber: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a>)</code></div>
+ <p>Register the <code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html#register(com.google.firebase.sessions.api.SessionSubscriber)">subscriber</a></code>.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public companion functions</h2>
+ <div class="api-item"><a name="getInstance-com.google.firebase.FirebaseApp-"></a><a name="getinstance"></a>
+ <h3 class="api-name" id="getInstance(com.google.firebase.FirebaseApp)">getInstance</h3>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.Companion.html#getInstance(com.google.firebase.FirebaseApp)">getInstance</a>(app: <a href="/docs/reference/kotlin/com/google/firebase/FirebaseApp.html">FirebaseApp</a>): <a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public companion properties</h2>
+ <div class="api-item"><a name="getInstance()"></a><a name="setInstance()"></a><a name="getInstance--"></a><a name="setInstance--"></a>
+ <h3 class="api-name" id="instance()">instance</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.Companion.html#instance()">instance</a>: <a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public functions</h2>
+ <div class="api-item"><a name="register-com.google.firebase.sessions.api.SessionSubscriber-"></a><a name="register"></a>
+ <h3 class="api-name" id="register(com.google.firebase.sessions.api.SessionSubscriber)">register</h3>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html#register(com.google.firebase.sessions.api.SessionSubscriber)">register</a>(subscriber: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
+ <p>Register the <code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html#register(com.google.firebase.sessions.api.SessionSubscriber)">subscriber</a></code>. This must be called for every dependency.</p>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html 2023-06-26 16:54:07.000000000 +0000
@@ -0,0 +1,49 @@
+<html devsite="true">
+ <head>
+ <title>FirebaseSessionsDependencies</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/kotlin/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>FirebaseSessionsDependencies</h1>
+ <p>
+ <pre>object <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a></pre>
+ </p>
+ <hr>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a></code> determines when a dependent SDK is installed in the app. The Sessions SDK uses this to figure out which dependencies to wait for to getting the data collection state. This is thread safe.</p>
+ <p>This is important because the Sessions SDK starts up before dependent SDKs.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public functions</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html#addDependency(com.google.firebase.sessions.api.SessionSubscriber.Name)">addDependency</a>(subscriberName: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a>)</code></div>
+ <p>Add a subscriber as a dependency to the Sessions SDK.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public functions</h2>
+ <div class="api-item"><a name="addDependency-com.google.firebase.sessions.api.SessionSubscriber.Name-"></a><a name="adddependency"></a>
+ <h3 class="api-name" id="addDependency(com.google.firebase.sessions.api.SessionSubscriber.Name)">addDependency</h3>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html#addDependency(com.google.firebase.sessions.api.SessionSubscriber.Name)">addDependency</a>(subscriberName: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
+ <p>Add a subscriber as a dependency to the Sessions SDK. Every dependency must register itself, or the Sessions SDK will never generate a session.</p>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html 2023-06-26 16:54:07.000000000 +0000
@@ -0,0 +1,142 @@
+<html devsite="true">
+ <head>
+ <title>SessionSubscriber.Name</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/kotlin/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>SessionSubscriber.Name</h1>
+ <p>
+ <pre>enum <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html">Enum</a></pre>
+ </p>
+ <div class="devsite-table-wrapper">
+ <table class="jd-inheritance-table">
+ <tbody>
+ <tr>
+ <td colspan="3"><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">kotlin.Any</a></td>
+ </tr>
+ <tr>
+ <td class="jd-inheritance-space"> ↳</td>
+ <td colspan="2"><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html">kotlin.Enum</a></td>
+ </tr>
+ <tr>
+ <td> </td>
+ <td class="jd-inheritance-space"> ↳</td>
+ <td colspan="1"><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">com.google.firebase.sessions.api.SessionSubscriber.Name</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <hr>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code>s are used for identifying subscribers.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Enum Values</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#CRASHLYTICS">CRASHLYTICS</a></code></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#MATT_SAYS_HI">MATT_SAYS_HI</a></code></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#PERFORMANCE">PERFORMANCE</a></code></td>
+ <td></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public functions</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#valueOf(kotlin.String)">valueOf</a>(value: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>)</code></div>
+ <p>Returns the enum constant of this type with the specified name.</p>
+ </td>
+ </tr>
+ <tr>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a><<a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a>></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#values()">values</a>()</code></div>
+ <p>Returns an array containing the constants of this enum type, in the order they're declared.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Enum Values</h2>
+ <div class="api-item">
+ <h3 class="api-name" id="CRASHLYTICS">CRASHLYTICS</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#CRASHLYTICS">SessionSubscriber.Name.CRASHLYTICS</a>: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></pre>
+ </div>
+ <div class="api-item">
+ <h3 class="api-name" id="MATT_SAYS_HI">MATT_SAYS_HI</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#MATT_SAYS_HI">SessionSubscriber.Name.MATT_SAYS_HI</a>: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></pre>
+ </div>
+ <div class="api-item">
+ <h3 class="api-name" id="PERFORMANCE">PERFORMANCE</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#PERFORMANCE">SessionSubscriber.Name.PERFORMANCE</a>: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public functions</h2>
+ <div class="api-item"><a name="valueOf-kotlin.String-"></a><a name="valueof"></a>
+ <h3 class="api-name" id="valueOf(kotlin.String)">valueOf</h3>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#valueOf(kotlin.String)">valueOf</a>(value: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>): <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></pre>
+ <p>Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</p>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%">Throws</th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code>kotlin.IllegalArgumentException: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-illegal-argument-exception/index.html">kotlin.IllegalArgumentException</a></code></td>
+ <td>
+ <p>if this enum type has no constant with the specified name</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </div>
+ <div class="api-item"><a name="values--"></a><a name="values"></a>
+ <h3 class="api-name" id="values()">values</h3>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html#values()">values</a>(): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html">Array</a><<a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a>></pre>
+ <p>Returns an array containing the constants of this enum type, in the order they're declared.</p>
+ <p>This method may be used to iterate over the constants.</p>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html 2023-06-26 16:54:07.000000000 +0000
@@ -0,0 +1,73 @@
+<html devsite="true">
+ <head>
+ <title>SessionSubscriber.SessionDetails</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/kotlin/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>SessionSubscriber.SessionDetails</h1>
+ <p>
+ <pre>data class <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a></pre>
+ </p>
+ <hr>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionDetails</a></code> contains session data passed to subscribers whenever the session changes</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public constructors</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html#SessionDetails(kotlin.String)">SessionDetails</a>(sessionId: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>)</code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public properties</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html#sessionId()">sessionId</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public constructors</h2>
+ <div class="api-item"><a name="SessionDetails-kotlin.String-"></a><a name="sessiondetails"></a>
+ <h3 class="api-name" id="SessionDetails(kotlin.String)">SessionDetails</h3>
+ <pre class="api-signature no-pretty-print"><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html#SessionDetails(kotlin.String)">SessionDetails</a>(sessionId: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a>)</pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public properties</h2>
+ <div class="api-item"><a name="getSessionId()"></a><a name="setSessionId()"></a><a name="getSessionId--"></a><a name="setSessionId--"></a>
+ <h3 class="api-name" id="sessionId()">sessionId</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html#sessionId()">sessionId</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></pre>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html 2023-06-26 16:54:07.000000000 +0000
@@ -0,0 +1,111 @@
+<html devsite="true">
+ <head>
+ <title>SessionSubscriber</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/kotlin/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <div id="metadata-info-block"></div>
+ <h1>SessionSubscriber</h1>
+ <p>
+ <pre>interface <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></pre>
+ </p>
+ <hr>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code> is an interface that dependent SDKs must implement.</p>
+ <h2>Summary</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Nested types</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td>
+ <div><code>enum <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html">Enum</a></code></div>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code>s are used for identifying subscribers.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <div><code>data class <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a></code></div>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionDetails</a></code> contains session data passed to subscribers whenever the session changes</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public functions</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html#onSessionChanged(com.google.firebase.sessions.api.SessionSubscriber.SessionDetails)">onSessionChanged</a>(sessionDetails: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a>)</code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <thead>
+ <tr>
+ <th colspan="100%"><h3>Public properties</h3></th>
+ </tr>
+ </thead>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html#isDataCollectionEnabled()">isDataCollectionEnabled</a></code></div>
+ </td>
+ </tr>
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code></td>
+ <td>
+ <div><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html#sessionSubscriberName()">sessionSubscriberName</a></code></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div class="list">
+ <h2>Public functions</h2>
+ <div class="api-item"><a name="onSessionChanged-com.google.firebase.sessions.api.SessionSubscriber.SessionDetails-"></a><a name="onsessionchanged"></a>
+ <h3 class="api-name" id="onSessionChanged(com.google.firebase.sessions.api.SessionSubscriber.SessionDetails)">onSessionChanged</h3>
+ <pre class="api-signature no-pretty-print">fun <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html#onSessionChanged(com.google.firebase.sessions.api.SessionSubscriber.SessionDetails)">onSessionChanged</a>(sessionDetails: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a>): <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a></pre>
+ </div>
+ </div>
+ <div class="list">
+ <h2>Public properties</h2>
+ <div class="api-item"><a name="getIsDataCollectionEnabled()"></a><a name="setIsDataCollectionEnabled()"></a><a name="getIsDataCollectionEnabled--"></a><a name="setIsDataCollectionEnabled--"></a>
+ <h3 class="api-name" id="isDataCollectionEnabled()">isDataCollectionEnabled</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html#isDataCollectionEnabled()">isDataCollectionEnabled</a>: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></pre>
+ </div>
+ <div class="api-item"><a name="getSessionSubscriberName()"></a><a name="setSessionSubscriberName()"></a><a name="getSessionSubscriberName--"></a><a name="setSessionSubscriberName--"></a>
+ <h3 class="api-name" id="sessionSubscriberName()">sessionSubscriberName</h3>
+ <pre class="api-signature no-pretty-print">val <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html#sessionSubscriberName()">sessionSubscriberName</a>: <a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></pre>
+ </div>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/package-summary.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/sessions/api/package-summary.html 2023-06-26 16:54:07.000000000 +0000
@@ -0,0 +1,79 @@
+<html devsite="true">
+ <head>
+ <title>com.google.firebase.sessions.api</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/kotlin/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <h1>com.google.firebase.sessions.api</h1>
+ <h2>Interfaces</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code></td>
+ <td>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code> is an interface that dependent SDKs must implement.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <h2>Classes</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionSubscriber.SessionDetails</a></code></td>
+ <td>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.SessionDetails.html">SessionDetails</a></code> contains session data passed to subscribers whenever the session changes</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <h2>Objects</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a></code></td>
+ <td>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/FirebaseSessionsDependencies.html">FirebaseSessionsDependencies</a></code> determines when a dependent SDK is installed in the app.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <h2>Enums</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code></td>
+ <td>
+ <p><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.Name.html">SessionSubscriber.Name</a></code>s are used for identifying subscribers.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </body>
+</html>
+ --- /Users/runner/diff/original/firebase-kotlindoc/kotlin/com/google/firebase/sessions/package-summary.html 1970-01-01 00:00:00.000000000 +0000
+++ /Users/runner/diff/modified/firebase-kotlindoc/kotlin/com/google/firebase/sessions/package-summary.html 2023-06-26 16:54:07.000000000 +0000
@@ -0,0 +1,28 @@
+<html devsite="true">
+ <head>
+ <title>com.google.firebase.sessions</title>
+{% setvar book_path %}/_book.yaml{% endsetvar %}
+{% include "docs/reference/kotlin/_reference-head-tags.html" %}
+ </head>
+ <body>
+ <h1>com.google.firebase.sessions</h1>
+ <h2>Classes</h2>
+ <div class="devsite-table-wrapper">
+ <table class="responsive">
+ <colgroup>
+ <col width="40%">
+ <col>
+ </colgroup>
+ <tbody class="list">
+ <tr>
+ <td><code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code></td>
+ <td>
+ <p>The <code><a href="/docs/reference/kotlin/com/google/firebase/sessions/FirebaseSessions.html">FirebaseSessions</a></code> API provides methods to register a <code><a href="/docs/reference/kotlin/com/google/firebase/sessions/api/SessionSubscriber.html">SessionSubscriber</a></code>.</p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </body>
+</html>
+ |
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Size Report 1Affected Products
Test Logs |
Coverage Report 1Affected Products
Test Logs |
History: https://github.com/firebase/firebase-android-sdk/pulls?q=is%3Apr+base%3Afirebase-sessions