Package-level declarations

Types

Link copied to clipboard
class DisbursementDepositScreenFragment : <ERROR CLASS> ERROR CLASS: Symbol not found for Fragment

Fragment that hosts the Disbursement Deposit screen, rendering DisbursementScreen via Jetpack Compose.

Link copied to clipboard
class DisbursementDepositScreenViewModel(defaultRepository: ERROR CLASS: Symbol not found for DefaultRepository, context: Context, sampleConfig: SampleConfig) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel

ViewModel for the Disbursement Deposit screen, managing form field state and the resulting MomoTransaction after a deposit request.

Functions

Link copied to clipboard
fun DisbursementScreen(navController: ERROR CLASS: Symbol not found for NavController??, snackStateFlow: ERROR CLASS: Symbol not found for SharedFlow<io/rekast/sdk/sample/utils/SnackBarComponentConfiguration>, showProgressBar: Boolean = false, disbursementDepositScreenViewModel: DisbursementDepositScreenViewModel?, momoTransaction: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for MomoTransaction?>)

Renders the Disbursement Deposit screen, showing a payment capture form when no transaction result is available, or a transaction summary once a MomoTransaction has been returned.

Link copied to clipboard