We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f5e2f commit 718a158Copy full SHA for 718a158
1 file changed
src/embedded/classes/IterableEmbeddedManager.ts
@@ -31,7 +31,9 @@ export class IterableEmbeddedManager {
31
/**
32
* Sets whether the embedded manager is enabled.
33
*
34
- * @internal This method is for internal SDK use only and should not be called by SDK consumers.
+ * @internal This method is for internal SDK use only and should not be called
35
+ * by SDK consumers, as it is meant to be called at initialization time.
36
+ *
37
* @param enabled - Whether the embedded manager is enabled.
38
*/
39
setEnabled(enabled: boolean) {
0 commit comments