25 lines
572 B
Java
25 lines
572 B
Java
package com.unity3d.player;
|
|
|
|
import android.util.Log;
|
|
|
|
import org.json.JSONArray;
|
|
import org.json.JSONObject;
|
|
|
|
import java.util.Locale;
|
|
|
|
// Tw 渠道
|
|
public class TWAdapter extends ChannelAdapterBase {
|
|
|
|
private static final String TAG = "TWAdapter";
|
|
|
|
//- tw包
|
|
private static class Config {
|
|
//-
|
|
public String SDK_CLIENTID = "Android_5.00_tyGuest,facebook.googleplay.0-hall20587.rustore.FishingTravelTw";
|
|
|
|
//-
|
|
public static String SDK_LOGIN_SERVER_URL = "https://128-hwsfsdk-sdk-ts02.sdk-k8s-us-gcp.arksgame.com";
|
|
}
|
|
|
|
}
|