Skip to main content

BidDocumentDataHolder

public class BIDDocumentDataHolder

↳ package com.onekosmos.blockid.sdk.documentScanner


Model class to hold or represent the Scanned Document Data response (attributes).

Method Summary

TypeMethodDescription
booleanhasData()Checks if the Model has data
stringgetData()Returns JSON String document data
voidclearData()Clear document data from the model
stringgetSessionID()Returns id proofing session id

Method Details

MethodSignatureDescription
hasDatapublic boolean hasData()Checks if the Model has data
getDatapublic String getData()Returns JSON String document data
clearDatapublic void clearData()Clear document data from the model
getSessionIDpublic String getSessionID()Returns id proofing session id