RemoteSettingsTelemetry
public protocol RemoteSettingsTelemetry : AnyObject, Sendable
Trait implemented by consumers to record Remote Settings metrics with Glean.
Consumers should implement this trait and pass it to [crate::RemoteSettingsService::set_telemetry].
Consumers implement the trait like this (Kotlin example):
/* Import the UniFFI-generated bindings
-
Report uptake event.
Declaration
Swift
func reportUptake(extras: UptakeEventExtras)