File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
dd-sdk-android-core/src/main/kotlin/com/datadog/android Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,17 @@ object Datadog {
259
259
sdkCore.setUserInfo(id, name, email, extraInfo)
260
260
}
261
261
262
+ /* *
263
+ * Sets the user information.
264
+ *
265
+ * @param id (nullable) a unique user identifier (relevant to your business domain)
266
+ * @param name (nullable) the user name or alias
267
+ * @param email (nullable) the user email
268
+ * @param extraInfo additional information. An extra information can be
269
+ * nested up to 8 levels deep. Keys using more than 8 levels will be sanitized by SDK.
270
+ * @param sdkCore SDK instance to set user info in. If not provided, default SDK instance
271
+ * will be used.
272
+ */
262
273
@JvmStatic
263
274
@JvmOverloads
264
275
@Deprecated(
You can’t perform that action at this time.
0 commit comments