- 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
21 lines
535 B
Java
21 lines
535 B
Java
package com.tapjoy.internal;
|
|
|
|
import android.content.Context;
|
|
import com.tapjoy.TJPlacement;
|
|
import com.tapjoy.TJPlacementListener;
|
|
import com.tapjoy.TJPrivacyPolicy;
|
|
|
|
@j0
|
|
/* loaded from: classes4.dex */
|
|
public class TapjoyNative {
|
|
@j0
|
|
public static Object createPlacement(Context context, String str, TJPlacementListener tJPlacementListener) {
|
|
return new TJPlacement(context, str, tJPlacementListener);
|
|
}
|
|
|
|
@j0
|
|
public static Object getPrivacyPolicy() {
|
|
return TJPrivacyPolicy.getInstance();
|
|
}
|
|
}
|