package com.reactlibrary.vishwamdkyclib;

/*
 * Vishwam Corp CONFIDENTIAL

 * Vishwam Corp 2018
 * All Rights Reserved.

 * NOTICE:  All information contained herein is, and remains
 * the property of Vishwam Corp. The intellectual and technical concepts contained
 * herein are proprietary to Vishwam Corp
 * and are protected by trade secret or copyright law of U.S.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Vishwam Corp
 */

import org.json.JSONObject;
/**
 * This interface provides callbacks on face capture complete.
 * **/
public interface FaceCaptureCompleteHandler {
    void onResult(VishwamError error, JSONObject jsonFaceResult, JSONObject header);
}
