Migration from version 2.x to 3.x
Class Processor.ValidationSuccess
in package com.wultra.android.activationspawn
was moved outside of the Processor
class and is now standalone in the same package.
If you’re using this class, change
import com.wultra.android.activationspawn.Processor.ValidationSuccess
to
import com.wultra.android.activationspawn.ValidationSuccess
Last updated on Jun 06, 2024 (09:34)
Edit on Github
Send Feedback