reset()
The reset() method is used to reset the payment or card binding process and clear the current state.
Note: This method must be called on the main thread.
Method signature
Java
Kotlin
copy
public void reset()Parameters
This method takes no input parameters.
Return value
This method does not return any value. If not called on the main thread, RuntimeException will be thrown.