34 lines
1.0 KiB
Java
34 lines
1.0 KiB
Java
|
package com.kofax.mobile.sdk.f;
|
||
|
|
||
|
import com.kofax.kmc.kut.utilities.appstats.type.AppStatsEventIDType;
|
||
|
import com.kofax.mobile.sdk._internal.IBus;
|
||
|
import o.InterfaceC13006fNs;
|
||
|
import o.InterfaceC13391fZD;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class h {
|
||
|
private IBus _bus;
|
||
|
private com.kofax.mobile.sdk.g.f xi = new com.kofax.mobile.sdk.g.f();
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public h(IBus iBus) {
|
||
|
this._bus = iBus;
|
||
|
iBus.register(this);
|
||
|
}
|
||
|
|
||
|
@InterfaceC13006fNs
|
||
|
public void a(com.kofax.mobile.sdk.r.b bVar) {
|
||
|
this.xi.a(AppStatsEventIDType.APP_STATS_IMAGE_CREATED, new com.kofax.mobile.sdk.g.b(bVar.image, bVar.rQ));
|
||
|
}
|
||
|
|
||
|
@InterfaceC13006fNs
|
||
|
public void a(com.kofax.mobile.sdk.r.c cVar) {
|
||
|
this.xi.a(AppStatsEventIDType.APP_STATS_IMAGE_ADD_TO_DOCUMENT, new com.kofax.mobile.sdk.g.b(cVar.image, cVar.rQ));
|
||
|
}
|
||
|
|
||
|
@InterfaceC13006fNs
|
||
|
public void a(com.kofax.mobile.sdk.r.a aVar) {
|
||
|
this.xi.a(AppStatsEventIDType.APP_STATS_IMAGE_ADD_TO_DOCUMENT, new com.kofax.mobile.sdk.g.b(aVar.image, aVar.Jl));
|
||
|
}
|
||
|
}
|