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
* Returns the current snapshot of the SDK rollout plan in cache.
1596
1596
*
1597
-
* @param keys - Optional list of keys to generate the rollout plan snapshot with the memberships of the given keys, rather than the complete segments data.
1597
+
* Wait for the SDK client to be ready before calling this method.
1598
+
*
1599
+
* ```js
1600
+
* await factory.client().ready();
1601
+
* const rolloutPlan = factory.getRolloutPlan();
1602
+
* ```
1603
+
*
1604
+
* @param options - An object of type RolloutPlanOptions for advanced options.
1598
1605
* @returns The current snapshot of the SDK rollout plan.
0 commit comments