public static interface XmlAssistModeFragment.DownloadXmlListener
Modifier and Type | Method and Description |
---|---|
void |
onDownloadError(java.lang.String response)
This method handles event in case of xml download failure
|
void |
onDownloadError(java.lang.String response,
java.lang.String uid)
This method handles event in case of xml download failure
|
void |
openFmFragment()
this method is used to open facematch fragment
in case of successful download and parsing of xml file
|
void onDownloadError(java.lang.String response)
response
- error response if error occurs in uidai portalvoid onDownloadError(java.lang.String response, java.lang.String uid)
response
- error response if error occurs in uidai portaluid
- aadhaar number/vid if entered on uidai portalvoid openFmFragment()