- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
34 lines
682 B
Java
34 lines
682 B
Java
package com.fyber.inneractive.sdk.interfaces;
|
|
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
import com.fyber.inneractive.sdk.external.InneractiveAdRenderer;
|
|
import com.fyber.inneractive.sdk.external.InneractiveAdSpot;
|
|
import com.fyber.inneractive.sdk.flow.q;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface b extends InneractiveAdRenderer {
|
|
void a();
|
|
|
|
void a(int i);
|
|
|
|
void a(ViewGroup viewGroup);
|
|
|
|
boolean a(View view);
|
|
|
|
boolean a(q qVar);
|
|
|
|
int f();
|
|
|
|
@Override // com.fyber.inneractive.sdk.external.InneractiveAdRenderer
|
|
void initialize(InneractiveAdSpot inneractiveAdSpot);
|
|
|
|
void k();
|
|
|
|
void m();
|
|
|
|
void s();
|
|
|
|
int u();
|
|
}
|