-
- All Implemented Interfaces:
-
com.payu.upiboltcore.interfaces.RegistrationService
public final class RegistrationServiceImpl extends BaseService implements RegistrationService
-
-
Constructor Summary
Constructors Constructor Description RegistrationServiceImpl(FragmentActivity activity, RegistrationRepository registrationRepository, AppUPIRegistrationManager appUPIRegistrationManager)
-
Method Summary
Modifier and Type Method Description UnitregisterApp(OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)UnitcheckDeviceStatus(Boolean isOtpVerified, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)UnitgetBankList(PayUUPIBoltCallBack payuApiCallBack)UnitgetAccountsList(String bankCode, String requestType, String iin, String bankId, String accountType, PayUUPIBoltCallBack payuApiCallBack)UnitregisterVPA(String vpa, AccountInfo accountInfo, PayUUPIBoltCallBack payUUpiProCallBack)UnitvalidateOtp(String otp, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUpiProCallBack)-
-
Constructor Detail
-
RegistrationServiceImpl
RegistrationServiceImpl(FragmentActivity activity, RegistrationRepository registrationRepository, AppUPIRegistrationManager appUPIRegistrationManager)
-
-
Method Detail
-
registerApp
Unit registerApp(OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)
-
checkDeviceStatus
Unit checkDeviceStatus(Boolean isOtpVerified, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)
-
getBankList
Unit getBankList(PayUUPIBoltCallBack payuApiCallBack)
-
getAccountsList
Unit getAccountsList(String bankCode, String requestType, String iin, String bankId, String accountType, PayUUPIBoltCallBack payuApiCallBack)
-
registerVPA
Unit registerVPA(String vpa, AccountInfo accountInfo, PayUUPIBoltCallBack payUUpiProCallBack)
-
validateOtp
Unit validateOtp(String otp, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUpiProCallBack)
-
-
-
-