Commit fa787d2d0ea81745b4ccb51636a9fb67491ae34d

Authored by 赵康
1 parent dd679641e9
Exists in master

增加控制logo显示方法

Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff

doc/AndroidDocument.md
... ... @@ -161,7 +161,10 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了.
161 161 GumpSDK.init(Context,Appid, Appkey,FacebookId);
162 162 如果需要定义渠道,必须使用如下方法
163 163  
164   - GumpSDK.init(Context,Appid, Appkey,FacebookId,ChannelId);
  164 + GumpSDK.init(Context,Appid, Appkey,FacebookId,ChannelId);
  165 +*gump logo的显示控制方法,此方法参数指定是否显示GumpLogo
  166 +
  167 + GumpSDK.setShowLogo(boolean);
165 168 2.调用GumpSDK的开始方法,将执行登录流程,需要一个Activity实例作参数
166 169  
167 170 GumpSDK.start(Activity);