Package-level declarations

Types

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

Functions

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