Package com.dynatrace.android.agent.conf
Class UserPrivacyOptions
java.lang.Object
com.dynatrace.android.agent.conf.UserPrivacyOptions
Represents the privacy settings that the user can select.
- Since:
- 8.191
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilderis used to build instances ofUserPrivacyOptionsfrom values configured by the setters. -
Method Summary
Modifier and TypeMethodDescriptionstatic UserPrivacyOptions.Builderbuilder()Constructs aUserPrivacyOptions.Builderobject.booleanReturns the specified data collection level.inthashCode()booleanDeprecated.booleanReturns the opt-in value for crash reporting.Returns the opt-in value for screen recording.Constructs aUserPrivacyOptions.Builderobject that is initialized with the values from this object.toString()
-
Method Details
-
builder
Constructs aUserPrivacyOptions.Builderobject.- Returns:
- a
UserPrivacyOptions.Builderobject
-
getDataCollectionLevel
Returns the specified data collection level.- Returns:
- the specified data collection level
-
isCrashReportingOptedIn
public boolean isCrashReportingOptedIn()Returns the opt-in value for crash reporting.- Returns:
- the opt-in value for crash reporting
-
isScreenRecordOptedIn
Returns the opt-in value for screen recording.- Returns:
- the opt-in value for screen recording
- Since:
- 8.287
-
isCrashReplayOptedIn
Deprecated.As of 8.321, useisScreenRecordOptedIn()instead.Returns the opt-in value for the crash replay feature.- Returns:
- the opt-in value for the crash replay feature
- Since:
- 8.217
-
equals
-
hashCode
public int hashCode() -
toString
-
newBuilder
Constructs aUserPrivacyOptions.Builderobject that is initialized with the values from this object.- Returns:
- a
UserPrivacyOptions.Builderobject that is initialized with the values from this object
-
isScreenRecordOptedIn()instead.