PCIPTokenizationListener

interface PCIPTokenizationListener

Implement PCIPTokenizationListener to be notified when a tokenization request ends. PCIPTokenizationListener will notify you about the success, error or cancel state of the processed tokenization request.

Functions

onTokenizationCancel
Link copied to clipboard
open fun onTokenizationCancel()
This is called after a tokenization request has been cancelled.
onTokenizationError
Link copied to clipboard
abstract fun onTokenizationError(exception: PCIPTokenizationException)
This is called after a tokenization request fails or encounters an error.
onTokenizationSuccess
Link copied to clipboard
abstract fun onTokenizationSuccess(result: PCIPTokenizationSuccess)
This is called after a tokenization request has been successfully completed.