If you are using a native android app, then the following few steps will help you in implementing fibotalk in your app.
The basic implementation is done.
fibo.set(“userInfo”, “{user: {userId: ‘mandatory userId’, name: ‘Your name’, group: ‘General’, phone: ‘9999999999’}}”);
Here, the details provided are (example):
fibo.set(“userInfo”, “{user: {userId: ‘mandatory userId’}, account: {accountId: ‘mandatory accountId’, accName: ‘Your account name’}}”);
Here, the details provided are (example):
You can send events to fibotalk to track the activity of the user.
fibo.set(“click_event”, “button text”);
fibo.set(“page_open”, “activity name”);
fibo.set(“signup”, “{user: {userId: ‘mandatory unique user
identification’, name: ‘name of the user’}}”);