-
Methods Method Description com.dynatrace.android.agent.Dynatrace.getDataCollectionLevel() As of version 8.191, replaced byDynatrace.getUserPrivacyOptions()
com.dynatrace.android.agent.Dynatrace.identifyUser(String, DTXAction) As of version 8.215, useDynatrace.identifyUser(String)
insteadcom.dynatrace.android.agent.Dynatrace.isCrashReportingOptedIn() As of version 8.191, replaced byDynatrace.getUserPrivacyOptions()
com.dynatrace.android.agent.Dynatrace.setCrashReportingOptedIn(boolean) As of version 8.191, replaced byDynatrace.applyUserPrivacyOptions(UserPrivacyOptions)
com.dynatrace.android.agent.Dynatrace.setDataCollectionLevel(DataCollectionLevel) As of version 8.191, replaced byDynatrace.applyUserPrivacyOptions(UserPrivacyOptions)
com.dynatrace.android.agent.Dynatrace.startup(Context, Configuration) As of version 8.231, useDynatrace.startup(Application, Configuration)
orDynatrace.startup(Activity, Configuration)
instead