Skip to main content

Group

The group feature allows games to provide a chatroom for players to plan and execute strategies for their guild wars and party games. Players can easily create in-game chatrooms and also communicate with players outside the game.

note

The group feature currently only supports the Kakao channel for Android and iOS games.

Step 1: Integrate the Kakao channel

Integrate the Kakao channel to support the group feature.

Step 2: Register the callback

Add the following callbacks for the group feature.

APIFunction
AddGroupBaseResultObserverAdds the BaseResult callback to manage ShowGroupAgreementWindow and ShowGroupChatRoom callbacks.
RemoveGroupBaseResultObserverDeletes the BaseResult callback.

Step 3: Implement the group feature

Implement the group feature with Player Network SDK APIs, see:

APIFunction
ShowGroupAgreementWindowOpens the guild agreement popup
ShowGroupChatRoomOpens the guild chatroom

Directly implement the group feature from the backend APIs, see:

APIFunction
create_guildChecks the guild chatroom creation status
join_guildEnables the player to join a guild chatroom
guild_statusCreates a guild chatroom