This PR adds a missing signature about function setUserIdentity that can be invoked both with token or with email & name.
:beetle: It also fixes a bug on Android side about the usage of parameter botName: although it is declared as optional field, native code assumes it is always present.
short description
This PR adds a missing signature about function
setUserIdentity
that can be invoked both with token or with email & name.:beetle: It also fixes a bug on Android side about the usage of parameter
botName
: although it is declared as optional field, native code assumes it is always present.