Commit 7eb9062fdc5cfd18e513eaf7c58940abb221848e
1 parent
100dc95c2b
Exists in
master
修改初始化方法
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
doc/AndroidDocument.md
... | ... | @@ -158,10 +158,10 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. |
158 | 158 | 1.调用GumpSDK前需要执行初始化。 |
159 | 159 | 若不需要分渠道 |
160 | 160 | |
161 | - GumpSDK.init(Context,Appid, Appkey,FacebookId); | |
161 | + GumpSDK.init(Context,Appid, Appkey); | |
162 | 162 | 如果需要定义渠道,必须使用如下方法 |
163 | 163 | |
164 | - GumpSDK.init(Context,Appid, Appkey,FacebookId,ChannelId); | |
164 | + GumpSDK.init(Context,Appid, Appkey,ChannelId); | |
165 | 165 | *gump logo的显示控制方法,此方法参数指定是否显示GumpLogo |
166 | 166 | |
167 | 167 | GumpSDK.setShowLogo(boolean); |