loadContext

public final static Unit loadContext(Context context)

WARNING! Please do not use this method unless our CMP stipulates it in error logs during your development phase.

Usage of this method is discouraged because the Context should be automatically initialized and setting it to a custom Context may cause unpredictable behavior in some parts of the SDK.

This is the first step in initializing our CMP. It must be performed automatically by our SDK.

Used by Initializer to inject Context automatically when the application is run.

Passing null has no impact on this method, but the method signature is required to use this method in JAVA.

Parameters

context

, You have to pass a @NonNull Context, otherwise nothing happen