43 lines
1.4 KiB
Java
43 lines
1.4 KiB
Java
|
package com.kofax.mobile.sdk.y;
|
||
|
|
||
|
import com.kofax.android.abc.document.Document;
|
||
|
import com.kofax.android.abc.vrs.VrsImage;
|
||
|
import com.kofax.mobile.sdk.y.v;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class l implements com.kofax.mobile.sdk._internal.extraction.id.j {
|
||
|
private final com.kofax.mobile.sdk._internal.extraction.id.j So;
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public l(@com.kofax.mobile.sdk.z.a com.kofax.mobile.sdk._internal.extraction.id.j jVar) {
|
||
|
this.So = jVar;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk._internal.extraction.id.j
|
||
|
public void a(String str, String str2, Document document, VrsImage vrsImage) {
|
||
|
new v().a("IdDocumentValidationEngine.validate()", new v.a<Void>(this, str, str2, document, vrsImage) { // from class: com.kofax.mobile.sdk.y.l.1
|
||
|
final String Lb;
|
||
|
final VrsImage RZ;
|
||
|
final Document Sb;
|
||
|
final String Sl;
|
||
|
final l Sp;
|
||
|
|
||
|
{
|
||
|
this.Sp = this;
|
||
|
this.Lb = str;
|
||
|
this.Sl = str2;
|
||
|
this.Sb = document;
|
||
|
this.RZ = vrsImage;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.y.v.a
|
||
|
/* renamed from: qu, reason: merged with bridge method [inline-methods] */
|
||
|
public Void run() {
|
||
|
this.Sp.So.a(this.Lb, this.Sl, this.Sb, this.RZ);
|
||
|
return null;
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
}
|