loadContext

@Deprecated(message = "Don't use this method! With the exception of a problem during sdk initialization if an error message indicates that the context is not loaded in the SDK.", level = DeprecationLevel.WARNING, replaceWith = @ReplaceWith(imports = {}, expression = "Automatic injection from the AppConsent provider."))
public final static Unit loadContext(Context context)

Deprecated

Don't use this method! With the exception of a problem during sdk initialization if an error message indicates that the context is not loaded in the SDK.

Replace with

Automatic injection from the AppConsent provider.

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