tokenize

fun tokenize()

The method sends data on VGS Server for tokenization. It is an asynchronous method.


The method sends data on VGS Server for tokenization. It is an asynchronous method.

Parameters

request

A tokenization request data.


fun tokenize(request: VGSTokenizationRequest, fieldsStates: List<BaseFieldState>)

The method sends data on VGS Server for tokenization. It is an asynchronous method. Use this overload when collecting data with Compose field states.

Parameters

request

A tokenization request data.

fieldsStates

List of Compose field states to tokenize.