Table of Contents

Method InitializeAsync

Namespace
Titipi.MocaLib2

InitializeAsync(AppLovinModuleConfig)

Initializes the AppLovin MAX SDK and wires ad callbacks. Call RequestBannerAd(), RequestInterstitialAd(), and RequestRewardedAd() after this completes to begin loading each format. 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(AppLovinModuleConfig config)

Parameters

config AppLovinModuleConfig

Returns

Awaitable<bool>