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: pages/docs/tracking-methods/sdks/android/android-flags.mdx
+12-19Lines changed: 12 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,22 +71,15 @@ Following initialization, you can reload feature flag assignments in a couple of
71
71
72
72
```java
73
73
String updatedDistinctId ="";
74
+
// Reload after login
74
75
mixpanel.identify(updatedDistinctId);
75
76
```
76
77
77
-
2)If variant assignment keys or properties used in Runtime Targeting change during the lifetime of your application, you can manually reload flags by updating the context:
78
+
2)To refresh flag variants that may have changed during the lifetime of your app, you can manually reload flags:
Copy file name to clipboardExpand all lines: pages/docs/tracking-methods/sdks/javascript/javascript-flags.mdx
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ updated_distinct_id = ""
74
74
mixpanel.identify(updated_distinct_id)
75
75
```
76
76
77
-
2)If variant assignment keys or properties used in Runtime Targeting change during the lifetime of your application, you can manually reload with those new properties
77
+
2)To refresh flag variants that may have changed during the lifetime of your app, you can manually reload flags with a new context:
2) If variant assignment keys or properties used in Runtime Targeting change during the lifetime of your application, you can manually reload flags by updating the context:
0 commit comments