-
public final class NetworkTrackingOptions.CaptureHeader
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>allowlistprivate final BooleancaptureSafeHeaders
-
Constructor Summary
Constructors Constructor Description NetworkTrackingOptions.CaptureHeader(List<String> allowlist, Boolean captureSafeHeaders)
-
Method Summary
Modifier and Type Method Description final List<String>getAllowlist()final BooleangetCaptureSafeHeaders()-
-
Method Detail
-
getAllowlist
final List<String> getAllowlist()
-
getCaptureSafeHeaders
final Boolean getCaptureSafeHeaders()
-
-
-
-