Skip to content

Commit

Permalink
RUM-8673 Update apiSurface
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejburda committed Feb 20, 2025
1 parent 1ca7342 commit c4ba3c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dd-sdk-android-core/api/apiSurface
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ object com.datadog.android.Datadog
fun setVerbosity(Int)
fun getVerbosity(): Int
fun setTrackingConsent(com.datadog.android.privacy.TrackingConsent, com.datadog.android.api.SdkCore = getInstance())
fun setUserInfo(String? = null, String? = null, String? = null, Map<String, Any?> = emptyMap(), com.datadog.android.api.SdkCore = getInstance())
fun setUserInfo(String, String? = null, String? = null, Map<String, Any?> = emptyMap(), com.datadog.android.api.SdkCore = getInstance())
DEPRECATED fun setUserInfo(String? = null, String? = null, String? = null, Map<String, Any?> = emptyMap(), com.datadog.android.api.SdkCore = getInstance())
fun addUserProperties(Map<String, Any?>, com.datadog.android.api.SdkCore = getInstance())
fun clearAllData(com.datadog.android.api.SdkCore = getInstance())
fun _internalProxy(String? = null): _InternalProxy
Expand Down

0 comments on commit c4ba3c8

Please sign in to comment.