- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
47 lines
1.0 KiB
Java
47 lines
1.0 KiB
Java
package com.fyber.inneractive.sdk.external;
|
|
|
|
import com.fyber.inneractive.sdk.config.f0;
|
|
import com.fyber.inneractive.sdk.flow.i0;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class InneractiveAdRequest extends i0 {
|
|
public final String c;
|
|
public f0 d;
|
|
|
|
public InneractiveAdRequest(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
@Deprecated
|
|
public boolean getMuteVideo() {
|
|
return InneractiveAdManager.getMuteVideo();
|
|
}
|
|
|
|
public f0 getSelectedUnitConfig() {
|
|
return this.d;
|
|
}
|
|
|
|
public String getSpotId() {
|
|
return this.c;
|
|
}
|
|
|
|
@Deprecated
|
|
public InneractiveUserConfig getUserParams() {
|
|
return InneractiveAdManager.getUserParams();
|
|
}
|
|
|
|
@Deprecated
|
|
public void setMuteVideo(boolean z) {
|
|
InneractiveAdManager.setMuteVideo(z);
|
|
}
|
|
|
|
public void setSelectedUnitConfig(f0 f0Var) {
|
|
this.d = f0Var;
|
|
}
|
|
|
|
@Deprecated
|
|
public void setUserParams(InneractiveUserConfig inneractiveUserConfig) {
|
|
InneractiveAdManager.setUserParams(inneractiveUserConfig);
|
|
}
|
|
}
|