AttendanceViewModel

class AttendanceViewModel @Inject constructor(case: AttendanceUseCase, prefCase: DataStoreCases, pref: SharedPreferences) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(case: AttendanceUseCase, prefCase: DataStoreCases, pref: SharedPreferences)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getElementIdFromSubject(sub: String): Int?
Link copied to clipboard
Link copied to clipboard