SmsRepository

@Singleton
class SmsRepository @Inject constructor(val context: Context)

Constructors

Link copied to clipboard
@Inject
constructor(context: Context)

Properties

Link copied to clipboard
private val _smsMessages: MutableStateFlow<List<SmsMessage>>
Link copied to clipboard
Link copied to clipboard
private val context: Context
Link copied to clipboard
val smsMessages: StateFlow<List<SmsMessage>>

Functions

Link copied to clipboard
fun cleanup()
Link copied to clipboard
private fun loadMessages()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard