start

public void start(@NonNull() Context context)

Starts instrumentation of the Android application using the Embrace SDK. This should be called during creation of the application, as early as possible.

See Embrace Docs for integration instructions. For compatibility with other networking SDKs such as Akamai, the Embrace SDK must be initialized after any other SDK.

Parameters

context

an instance of the application context


public void start(@NonNull() Context context, boolean enableIntegrationTesting)
public void start(    @NonNull() Context context,     boolean enableIntegrationTesting,     @NonNull() Embrace.AppFramework appFramework)

Starts instrumentation of the Android application using the Embrace SDK. This should be called during creation of the application, as early as possible.

See Embrace Docs for integration instructions. For compatibility with other networking SDKs such as Akamai, the Embrace SDK must be initialized after any other SDK.

Parameters

context

an instance of context

enableIntegrationTesting

if true, debug sessions (those which are not part of a release APK) will go to the live integration testing tab of the dashboard. If false, they will appear in 'recent sessions'.