44 lines
1.1 KiB
Java
44 lines
1.1 KiB
Java
|
package com.kofax.mobile.sdk.x;
|
||
|
|
||
|
import com.kofax.kmc.ken.engines.data.Image;
|
||
|
import com.kofax.mobile.sdk.extract.id.DataField;
|
||
|
import com.kofax.mobile.sdk.w.g;
|
||
|
import java.util.List;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class e implements g.a {
|
||
|
@InterfaceC13391fZD
|
||
|
public e() {
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.w.g.a
|
||
|
public String e(com.kofax.mobile.sdk.e.a aVar) {
|
||
|
return aVar.ht();
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.w.g.a
|
||
|
public String f(com.kofax.mobile.sdk.e.a aVar) {
|
||
|
com.kofax.mobile.sdk.c.a hw = aVar.hw();
|
||
|
if (hw != null) {
|
||
|
return hw.getClassId();
|
||
|
}
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.w.g.a
|
||
|
public Image g(com.kofax.mobile.sdk.e.a aVar) {
|
||
|
return aVar.hs().originalImage;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.w.g.a
|
||
|
public void a(com.kofax.mobile.sdk.e.a aVar, List<DataField> list, Exception exc) {
|
||
|
aVar.i(list);
|
||
|
aVar.b(exc);
|
||
|
if (exc != null || list == null) {
|
||
|
return;
|
||
|
}
|
||
|
aVar.n(true);
|
||
|
}
|
||
|
}
|