CollectionPayScreenFragment

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

Fragment that hosts the Collection Request-to-Pay screen, rendering CollectionScreen 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 Collection Request-to-Pay screen Compose hierarchy, wiring up CollectionScreen with its ViewModel, NavController, and snackbar state.

Link copied to clipboard
open override fun onResume()

Reserved for future per-resume lifecycle operations.