You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/sdk-reference/android.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ These are the available options on the `Options` class:
114
114
|`cache(ConfigCache)`| Optional, sets a custom cache implementation for the client. [More about cache](#custom-cache). |
115
115
|`pollingMode(PollingMode)`| Optional, sets the polling mode for the client. [More about polling modes](#polling-modes). |
116
116
|`logLevel(LogLevel)`| Optional, defaults to `WARNING`. Sets the internal log level. [More about logging](#logging). |
117
-
|`flagOverrides(OverrideDataSourceBuilder, OverrideBehaviour)`| Optional, sets the local feature flag & setting overrides. [More about feature flag overrides](#flag-overrides). |
117
+
|`flagOverrides(OverrideDataSource, OverrideBehaviour)`| Optional, sets the local feature flag & setting overrides. [More about feature flag overrides](#flag-overrides). |
118
118
|`defaultUser(User)`| Optional, sets the default user. [More about default user](#default-user). |
119
119
|`offline(boolean)`| Optional, defaults to `false`. Indicates whether the SDK should be initialized in offline mode. [More about offline mode](#online--offline-mode). |
120
120
|`hooks()`| Optional, used to subscribe events that the SDK sends in specific scenarios. [More about hooks](#hooks). |
Copy file name to clipboardExpand all lines: website/versioned_docs/version-V1/sdk-reference/android.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ These are the available options on the `Options` class:
120
120
|`cache(ConfigCache)`| Optional, sets a custom cache implementation for the client. [More about cache](#custom-cache). |
121
121
|`pollingMode(PollingMode)`| Optional, sets the polling mode for the client. [More about polling modes](#polling-modes). |
122
122
|`logLevel(LogLevel)`| Optional, defaults to `WARNING`. Sets the internal log level. [More about logging](#logging). |
123
-
|`flagOverrides(OverrideDataSourceBuilder, OverrideBehaviour)`| Optional, sets the local feature flag & setting overrides. [More about feature flag overrides](#flag-overrides). |
123
+
|`flagOverrides(OverrideDataSource, OverrideBehaviour)`| Optional, sets the local feature flag & setting overrides. [More about feature flag overrides](#flag-overrides). |
124
124
|`defaultUser(User)`| Optional, sets the default user. [More about default user](#default-user). |
125
125
|`offline(boolean)`| Optional, defaults to `false`. Indicates whether the SDK should be initialized in offline mode. [More about offline mode](#online--offline-mode). |
126
126
|`hooks()`| Optional, used to subscribe events that the SDK sends in specific scenarios. [More about hooks](#hooks). |
0 commit comments