Companion
object Companion
Functions
Link copied to clipboard
fun create(from: ComponentActivity, configuration: POCardTokenizationViewComponentConfiguration, delegate: POCardTokenizationDelegate, callback: (ProcessOutResult<POCard>) -> Unit): POCardTokenizationViewComponent
Creates the card tokenization view component from an Activity. Note: Must be called in onCreate().
fun create(from: Fragment, configuration: POCardTokenizationViewComponentConfiguration, delegate: POCardTokenizationDelegate, callback: (ProcessOutResult<POCard>) -> Unit): POCardTokenizationViewComponent
Creates the card tokenization view component from a Fragment. Note: Must be called in onCreate().