initialize
Initialize the OM SDK. This should be done inonCreate:
public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
OpenMeasurementTracker.initialize(this);
}
}
Content copied to clipboard
Parameters
context
The application context used to initialize the OM SDK.