@regulaforensics/document-reader
Version:
This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents using your phone's camera.
17 lines (13 loc) • 377 B
TypeScript
import { DeviceRetrievalMethod } from "./DeviceRetrievalMethod";
export declare class DeviceEngagement {
deviceRetrievalMethods: DeviceRetrievalMethod[];
/**
* Allows you to deserialize object.
* @param jsonObject
*/
static fromJson(jsonObject: any): DeviceEngagement | null;
}
export declare enum MDLDeviceEngagement {
QR = 0,
NFC = 1,
}