android-components / mozilla.components.service.glean.storages / StringsStorageEngineImplementation / record

record

@Synchronized fun record(stores: List<String>, category: String, name: String, lifetime: Lifetime, value: String): Unit (source)

Record a string in the desired stores.

Parameters

stores - the list of stores to record the string into

category - the category of the string

name - the name of the string

lifetime - the lifetime of the stored metric data

value - the string value to record