41 lines
1.1 KiB
Java
41 lines
1.1 KiB
Java
|
package com.kofax.mobile.sdk.n;
|
||
|
|
||
|
import com.kofax.android.abc.machine_vision.TrackedDocument;
|
||
|
import o.InterfaceC13390fZB;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class j implements com.kofax.mobile.sdk.o.a {
|
||
|
private static final String TAG = "j";
|
||
|
private final com.kofax.mobile.sdk.o.a HP;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
@InterfaceC13391fZD
|
||
|
public j(@InterfaceC13390fZB(a = "NATIVE") com.kofax.mobile.sdk.o.a aVar) {
|
||
|
this.HP = aVar;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.o.a
|
||
|
public void a(com.kofax.mobile.sdk.o.b bVar) {
|
||
|
this.HP.a(bVar);
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.o.c
|
||
|
public TrackedDocument a(com.kofax.mobile.sdk.o.f fVar) {
|
||
|
TrackedDocument a = this.HP.a(fVar);
|
||
|
if (a == null) {
|
||
|
return null;
|
||
|
}
|
||
|
if (a.IsComplete()) {
|
||
|
return a;
|
||
|
}
|
||
|
com.kofax.mobile.sdk._internal.k.b(TAG, "!IsComplete(), returning null");
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
@Override // com.kofax.mobile.sdk.o.c
|
||
|
public void destroy() {
|
||
|
this.HP.destroy();
|
||
|
}
|
||
|
}
|