what-the-bank/sources/o/fOL.java

57 lines
1.3 KiB
Java

package o;
import io.flutter.plugin.common.MethodCall;
import io.flutter.plugin.common.MethodChannel;
/* loaded from: classes5.dex */
public final class fOL extends fOM {
public final MethodCall a;
private RVV b;
public fOL(MethodCall methodCall, MethodChannel.Result result) {
this.a = methodCall;
this.b = new RVV(this, result);
}
@Override // o.fOP
public final String g() {
return this.a.method;
}
@Override // o.fOP
public final <T> T e(String str) {
return (T) this.a.argument(str);
}
@Override // o.fOP
public final boolean d(String str) {
return this.a.hasArgument(str);
}
/* loaded from: classes5.dex */
class RVV implements InterfaceC13016fOR {
private MethodChannel.Result b;
private fOL e;
RVV(fOL fol, MethodChannel.Result result) {
this.e = fol;
this.b = result;
}
@Override // o.InterfaceC13016fOR
public final void e(Object obj) {
this.b.success(obj);
}
@Override // o.InterfaceC13016fOR
public final void c(String str, String str2, Object obj) {
this.b.error(str, str2, obj);
}
}
@Override // o.fOM, o.fOJ
public final InterfaceC13016fOR e() {
return this.b;
}
}