Method InitializeAsync
InitializeAsync(AdjustModuleConfig)
Initializes the Adjust SDK in Production mode with background sending and deferred deep link support enabled.
Returns false if the platform-specific app token is missing.
Honors the Remote Config kill-switch: when Enabled is
false, returns false without starting the SDK — callers never need to check it.
public static Awaitable<bool> InitializeAsync(AdjustModuleConfig config)
Parameters
configAdjustModuleConfig
Returns
- Awaitable<bool>