From fa787d2d0ea81745b4ccb51636a9fb67491ae34d Mon Sep 17 00:00:00 2001 From: king Date: Thu, 29 Jan 2015 15:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A7=E5=88=B6logo?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/AndroidDocument.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/AndroidDocument.md b/doc/AndroidDocument.md index 154516f..6c9c713 100644 --- a/doc/AndroidDocument.md +++ b/doc/AndroidDocument.md @@ -161,7 +161,10 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. GumpSDK.init(Context,Appid, Appkey,FacebookId); 如果需要定义渠道,必须使用如下方法 - GumpSDK.init(Context,Appid, Appkey,FacebookId,ChannelId); + GumpSDK.init(Context,Appid, Appkey,FacebookId,ChannelId); +*gump logo的显示控制方法,此方法参数指定是否显示GumpLogo + + GumpSDK.setShowLogo(boolean); 2.调用GumpSDK的开始方法,将执行登录流程,需要一个Activity实例作参数 GumpSDK.start(Activity); -- 2.0.0