Completing Verification
TrueProfile profile = new TrueProfile.Builder(firstName, lastName).build();//In case of Verification Callback TYPE_MISSED_CALL_RECEIVED
TcSdk.getInstance().verifyMissedCall(profile, verificationCallback)//In case of Verification Callback TYPE_IM_OTP_RECEIVED
TcSdk.getInstance().verifyOtp(profile,otp,verificationCallback)
Last updated
Was this helpful?