Package-level declarations

Types

Link copied to clipboard
class CollectionWithdrawScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context) : ViewModel

Functions

Link copied to clipboard
fun CollectionScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, collectionWithdrawScreenViewModel: CollectionWithdrawScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)