- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
45 lines
822 B
Java
45 lines
822 B
Java
package com.fyber.inneractive.sdk.player.controller;
|
|
|
|
import android.view.View;
|
|
import com.fyber.inneractive.sdk.config.enums.Orientation;
|
|
import com.fyber.inneractive.sdk.util.a0;
|
|
import com.fyber.inneractive.sdk.util.p0;
|
|
import com.fyber.inneractive.sdk.web.a;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface y {
|
|
a0.a a(p0 p0Var, com.fyber.inneractive.sdk.util.h hVar);
|
|
|
|
a0.a a(String str, p0 p0Var, a.b bVar, boolean z);
|
|
|
|
void a(View view, String str);
|
|
|
|
void a(String str, String str2);
|
|
|
|
void a(boolean z);
|
|
|
|
void a(boolean z, Orientation orientation);
|
|
|
|
void e();
|
|
|
|
void g();
|
|
|
|
void i();
|
|
|
|
com.fyber.inneractive.sdk.ignite.l j();
|
|
|
|
void l();
|
|
|
|
void o();
|
|
|
|
void onCompleted();
|
|
|
|
void onPlayerError();
|
|
|
|
void onProgress(int i, int i2);
|
|
|
|
void p();
|
|
|
|
void q();
|
|
}
|