pub fn initialize(cfg: Configuration, client_info: ClientInfoMetrics)Expand description
Creates and initializes a new Glean object.
See glean_core::Glean::new for more information.
ยงArguments
cfg- theConfigurationoptions to initialize with.client_info- theClientInfoMetricsvalues used to set Glean core metrics.