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

record

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

Record a uuid in the desired stores.

Parameters

stores - the list of stores to record the uuid into

category - the category of the uuid

name - the name of the uuid

lifetime - the lifetime of the stored metric data

value - the uuid value to record