MeshBeaconPrefs

Reactive persistence for received Mesh Beacon invitations. Records are opaque, self-describing strings (see MeshBeaconOffer.encode) so this prefs layer stays free of proto/model types.

Properties

Link copied to clipboard
abstract val storedBeacons: StateFlow<List<String>>

Functions

Link copied to clipboard
abstract fun setStoredBeacons(records: List<String>)