handleIntent

open override fun handleIntent(intent: Intent)

Call this method when receiving the return URL from the redirect with the result data. This result will be in the Intent.getData and begins with the returnUrl you specified on the payments/ call.

Parameters

intent

The received Intent.