provideCvvComponentContent

abstract fun provideCvvComponentContent(container: View, strategy: ViewCompositionStrategy = ViewCompositionStrategy.DisposeOnViewTreeLifecycleDestroyed): View

To Add CVV Component in XML/Dynamic layouts

Parameters

container
  • provide a view container to add cvvComponent

strategy
  • A strategy for managing the underlying Composition of Compose UI Views


abstract fun provideCvvComponentContent(container: View): View

To Add CVV Component in XML/Dynamic layouts

Parameters

container
  • provide a view container to add cvvComponent