Package com.launchdarkly.sdk.android
Interface LDHeaderUpdater
-
public interface LDHeaderUpdaterAn interface to provide the SDK with a function used to modify HTTP headers before each request to the LaunchDarkly service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateHeaders(java.util.Map<java.lang.String,java.lang.String> headers)An application provided method for dynamic configuration of HTTP headers.
-