43 lines
1.3 KiB
Java
43 lines
1.3 KiB
Java
package com.scb.phone.view.delegate;
|
|
|
|
import androidx.lifecycle.DefaultLifecycleObserver;
|
|
import o.C14957gcv;
|
|
import o.InterfaceC16541pFg;
|
|
import o.InterfaceC9164deZ;
|
|
import o.InterfaceC9225dfh;
|
|
import o.MC;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class FacialValidationViewDelegate implements InterfaceC9225dfh, DefaultLifecycleObserver {
|
|
public InterfaceC9164deZ c;
|
|
|
|
@Override // o.InterfaceC9225dfh
|
|
public final void b(MC mc) {
|
|
C14957gcv.e(mc, "");
|
|
InterfaceC9164deZ interfaceC9164deZ = this.c;
|
|
if (interfaceC9164deZ != null) {
|
|
interfaceC9164deZ.e(mc);
|
|
}
|
|
}
|
|
|
|
@Override // o.InterfaceC9225dfh
|
|
public final void b(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
InterfaceC9164deZ interfaceC9164deZ = this.c;
|
|
if (interfaceC9164deZ != null) {
|
|
interfaceC9164deZ.a(str, str2);
|
|
}
|
|
}
|
|
|
|
@Override // androidx.lifecycle.DefaultLifecycleObserver, o.InterfaceC15806ikR
|
|
public final void onDestroy(InterfaceC16541pFg interfaceC16541pFg) {
|
|
C14957gcv.e(interfaceC16541pFg, "");
|
|
InterfaceC9164deZ interfaceC9164deZ = this.c;
|
|
if (interfaceC9164deZ != null) {
|
|
interfaceC9164deZ.a();
|
|
}
|
|
super.onDestroy(interfaceC16541pFg);
|
|
}
|
|
}
|