public interface XmlEventListener
Modifier and Type | Method and Description |
---|---|
void |
onRequestOTP(java.lang.String uid,
int postCounter)
This method handles event after OTP is requested successfully through uidai webview
|
void |
onXmlDownloadFinished(java.lang.String shareCode,
java.lang.String qtEnv)
This method handles event after xml file is download successfully
|
void onXmlDownloadFinished(java.lang.String shareCode, java.lang.String qtEnv)
shareCode
- password to unlock the xml fileqtEnv
- environment: preprod or prodvoid onRequestOTP(java.lang.String uid, int postCounter)
uid
- aadhaar number/vid entered on uidai portalpostCounter
- post request counter updated from webview intercept request method