50 lines
1.3 KiB
Java
50 lines
1.3 KiB
Java
package com.kofax.mobile.sdk.w;
|
|
|
|
import bolts.CancellationToken;
|
|
import o.InterfaceC13391fZD;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class c extends ae {
|
|
private final a Px;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface a {
|
|
void a(com.kofax.mobile.sdk.e.a aVar, com.kofax.mobile.sdk.c.a aVar2);
|
|
|
|
boolean d(com.kofax.mobile.sdk.e.a aVar);
|
|
}
|
|
|
|
@Override // com.kofax.mobile.sdk.w.ae, com.kofax.mobile.sdk.e.c
|
|
public /* bridge */ /* synthetic */ void a(Object obj, CancellationToken cancellationToken) {
|
|
super.a(obj, cancellationToken);
|
|
}
|
|
|
|
@InterfaceC13391fZD
|
|
public c(a aVar) {
|
|
this.Px = aVar;
|
|
}
|
|
|
|
@Override // com.kofax.mobile.sdk.w.ae
|
|
public void a(com.kofax.mobile.sdk.e.a aVar) {
|
|
if (this.Px.d(aVar)) {
|
|
this.Px.a(aVar, new com.kofax.mobile.sdk.c.a(this) { // from class: com.kofax.mobile.sdk.w.c.1
|
|
final c Py;
|
|
|
|
@Override // com.kofax.mobile.sdk.c.a
|
|
public float getConfidence() {
|
|
return 1.0f;
|
|
}
|
|
|
|
{
|
|
this.Py = this;
|
|
}
|
|
|
|
@Override // com.kofax.mobile.sdk.c.a
|
|
public String getClassId() {
|
|
return "Unknown";
|
|
}
|
|
});
|
|
}
|
|
}
|
|
}
|