BidDocumentDataHolder
public class BIDDocumentDataHolder
↳ package com.onekosmos.blockid.sdk.documentScanner
Model class to hold or represent the Scanned Document Data response (attributes).
Method Summary
| Type | Method | Description |
|---|---|---|
| boolean | hasData() | Checks if the Model has data |
| string | getData() | Returns JSON String document data |
| void | clearData() | Clear document data from the model |
| string | getSessionID() | Returns id proofing session id |
Method Details
| Method | Signature | Description |
|---|---|---|
| hasData | public boolean hasData() | Checks if the Model has data |
| getData | public String getData() | Returns JSON String document data |
| clearData | public void clearData() | Clear document data from the model |
| getSessionID | public String getSessionID() | Returns id proofing session id |