- 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
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);
|
|
}
|
|
}
|