删除不用的代码
This commit is contained in:
parent
0184cce131
commit
3d9c44e5ac
@ -89,17 +89,6 @@ namespace BF
|
|||||||
|
|
||||||
public void InitListener()
|
public void InitListener()
|
||||||
{
|
{
|
||||||
// string url = BFPlatform.GetLoginCenterURL();
|
|
||||||
// BFLog.Log("初始化登陆SDK URL:" + url);
|
|
||||||
|
|
||||||
// Dictionary<string, string> gameInfo = new Dictionary<string, string>();
|
|
||||||
// gameInfo["channel"] = CHANNEL;//预留字段 暂无用
|
|
||||||
// gameInfo["language"] = LANGUAGE;//预留字段 暂无用
|
|
||||||
// gameInfo["game_cd"] = GAME_CD;//game_cd 地址 AOD约定为1004
|
|
||||||
// ULogin.Initialize(url, gameInfo);
|
|
||||||
// ULogin.UseOnceBFIdForInstall(USE_ONCE_BFID_FOR_INSTALL);
|
|
||||||
// ULogin.SetULoginListener(this);
|
|
||||||
|
|
||||||
// google
|
// google
|
||||||
BFMain.Instance.SDKMgr.BFNativeSDKMgr.InitGoogleLogin();
|
BFMain.Instance.SDKMgr.BFNativeSDKMgr.InitGoogleLogin();
|
||||||
}
|
}
|
||||||
@ -146,7 +135,6 @@ namespace BF
|
|||||||
/// <param name="type"></param>
|
/// <param name="type"></param>
|
||||||
public void Login(LoginType type)
|
public void Login(LoginType type)
|
||||||
{
|
{
|
||||||
BFLog.Log("新版 登陆中心 Login:" + type);
|
|
||||||
if (type == LoginType.Facebook)
|
if (type == LoginType.Facebook)
|
||||||
{
|
{
|
||||||
FBSdk.Login();
|
FBSdk.Login();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user