- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 lines
386 B
Java
12 lines
386 B
Java
package com.fyber.inneractive.sdk.ui;
|
|
|
|
import android.content.Context;
|
|
import com.fyber.inneractive.sdk.config.global.s;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class FyberAdIdentifierFactory {
|
|
public static IFyberAdIdentifier a(Context context, boolean z, s sVar) {
|
|
return z ? new FyberAdIdentifierRemote(context, sVar) : new FyberAdIdentifierLocal(context, sVar);
|
|
}
|
|
}
|