@@ -37,7 +37,8 @@ extension Analytics {
37
37
/// - Parameters:
38
38
/// - userId: A database ID for this user. If you don't have a userId
39
39
/// but want to record traits, just pass traits into the event and they will be associated
40
- /// with the anonymousId of that user. For more information on how we
40
+ /// with the anonymousId of that user. In the case when user logs out, make sure to
41
+ /// call ``reset()`` to clear the user's identity info. For more information on how we
41
42
/// generate the UUID and Apple's policies on IDs, see
42
43
/// https://segment.io/libraries/ios#ids
43
44
/// - traits: A dictionary of traits you know about the user. Things like: email, name, plan, etc.
@@ -136,7 +137,8 @@ extension Analytics {
136
137
/// - Parameters:
137
138
/// - userId: A database ID for this user. If you don't have a userId
138
139
/// but want to record traits, just pass traits into the event and they will be associated
139
- /// with the anonymousId of that user. For more information on how we
140
+ /// with the anonymousId of that user. In the case when user logs out, make sure to
141
+ /// call ``reset()`` to clear the user's identity info. For more information on how we
140
142
/// generate the UUID and Apple's policies on IDs, see
141
143
/// https://segment.io/libraries/ios#ids
142
144
/// - properties: A dictionary of traits you know about the user. Things like: email, name, plan, etc.
@@ -157,7 +159,8 @@ extension Analytics {
157
159
/// - Parameters:
158
160
/// - userId: A database ID for this user. If you don't have a userId
159
161
/// but want to record traits, just pass traits into the event and they will be associated
160
- /// with the anonymousId of that user. For more information on how we
162
+ /// with the anonymousId of that user. In the case when user logs out, make sure to
163
+ /// call ``reset()`` to clear the user's identity info. For more information on how we
161
164
/// generate the UUID and Apple's policies on IDs, see
162
165
/// https://segment.io/libraries/ios#ids
163
166
/// - traits: A dictionary of traits you know about the user. Things like: email, name, plan, etc.
0 commit comments