restore

fun restore(supportFragmentManager: FragmentManager, addCardDelegate: AddCardDelegate)

Function responsible for restoring the AddCardDelegate callback after a process death occurred.

If the AddCard.Sheet was open during process death, system will automatically open it again after user comes back to the app. In this case you need to call this method to restore the callback and receive tokenization information.