(huawei-topon)凤起Android海外sdk

(huawei-topon)凤起Android海外sdk文档


4.3 firebase统计和Facebook统计

<font color=red>调用接口前需接入相关统计的依赖库</font>

4.3.1 提交统计事件1(单参数)

调用示例

//firebase统计事件1
FqGame.commitFireBaseEvent(key);
//facebook统计事件1
FqGame.commitFBEvent(key);

参数说明

key为自定义事件名称

4.3.2 提交统计事件2(多参数)

调用示例

//以下参数为例子:
Bundle bundle = new Bundle();
bundle.putString(&quot;name&quot;, &quot;test&quot;);
bundle.putLong(&quot;level&quot;, 100);
//firebase统计事件2
FqGame.commitFireBaseEvent(&quot;sentFriendRequest&quot;, bundle);
//facebook统计事件2
FqGame.commitFBEvent(&quot;sentFriendRequest&quot;, bundle);

参数说明

key为自定义事件名称,bundle 自定义事件值

页面列表

ITEM_HTML