RemittanceScreenFragment

class RemittanceScreenFragment : <ERROR CLASS> ERROR CLASS: Symbol not found for Fragment

Fragment that hosts the Remittance Transfer screen, rendering RemittanceScreen via Jetpack Compose.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View

Inflates the Remittance Transfer screen Compose hierarchy, wiring up RemittanceScreen with its ViewModel, NavController, and snackbar state.

Link copied to clipboard
open override fun onResume()

Reserved for future per-resume lifecycle operations.