Package-level declarations

Types

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

Functions

Link copied to clipboard
fun RemittanceScreen(navController: NavController?, snackStateFlow: SharedFlow<SnackBarComponentConfiguration>, showProgressBar: Boolean = false, remittanceScreenViewModel: RemittanceScreenViewModel?, momoTransaction: MutableLiveData<MomoTransaction?>)
Link copied to clipboard
@Preview(showBackground = true)
fun RemittanceScreenPreview()