Create User / Login

Hive TalkPlus supports token-based login. To use token-based login, you must call HiveTalkPlus.loginWithToken() that enables to create users and log in after obtaining the token by calling AuthV4.getHiveTalkPlusLoginToken().

Token User

You need a playerId, loginToken, and user’s nickname to log in.

  • userId is returned by adding playerId to the AuthV4.getPlayerInfo() method.
  • The AuthV4.getHiveTalkPlusLoginToken() method creates loginToken.
Unity

Android

iOS

 


Update User Information

You can update username and profile image URL.

Unity

Android

iOS

 


Block / Unblock

1. View Blocked Users

You can view blocked users. The list is paginated so you can use the last HiveTalkPlusUser from the previous list to fetch the next page.

Unity

Android

iOS

2. Block / Unblock Users

You can block or unblock users.

Unity

Android

iOS

Please refer to the following limitations:

Whether I can add someone whom I’ve blocked to a channel that I own X
Whether someone whom I’ve blocked can join a channel that I own X
Whether someone whom I’ve blocked can be added as a member to a channel that I am a member of O
Whether someone whom I’ve blocked can join a channel that I am a member of O
Whether I can be added as a member to a channel that is owned by someone I’ve blocked X
Whether I can join a channel that is owned by someone I’ve blocked X
Whether I can be added as a member to a channel where someone I’ve blocked is a member of O
Whether I can join a channel where someone I’ve blocked is a member of O

 


Logout

Logging out disconnects current user from FCM service and terminates all realtime connections maintained by TalkPlus.

Unity

Android

iOS

 


Delete

You can delete users. No more connect the deleted users from FCM service and all real-time connections with Hive TalkPlus are terminated.

Unity

Android

iOS