Table of Contents

Method InitializeAsync

Namespace
Titipi.MocaLib2

InitializeAsync(AppsFlyerModuleConfig)

Initializes the AppsFlyer SDK and starts it. When AppsFlyerModuleConfig.EnablePurchaseConnector is true, also sets up the Purchase Connector for automatic revenue validation. 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(AppsFlyerModuleConfig config)

Parameters

config AppsFlyerModuleConfig

Returns

Awaitable<bool>