Is your feature request related to a problem? Please describe.
Glean now provides the client activity API.
It is not yet implemented for Python.
This allows embedding applications to trigger behavior based on client activity.
On mobile this maps to foregrounding (active) and backgrounding (inactive).
For Desktop this maps to certain activity within a certain amount of time.
The API triggers the baseline and events ping, both otherwise internal pings.
Describe the solution you'd like
Would it be useful for burnham to use this API to simulate activity and thus test Glean's expected behavior around those pings?
Is your feature request related to a problem? Please describe.
Glean now provides the client activity API.
It is not yet implemented for Python.
This allows embedding applications to trigger behavior based on client activity.
On mobile this maps to foregrounding (active) and backgrounding (inactive).
For Desktop this maps to certain activity within a certain amount of time.
The API triggers the baseline and events ping, both otherwise internal pings.
Describe the solution you'd like
Would it be useful for burnham to use this API to simulate activity and thus test Glean's expected behavior around those pings?