버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
목차 영역
minLevel1
maxLevel7
목차

...

Kakao Integration Feature

Setting Up KakaoTalk Game Message Reception

발췌
namekakao_talk_show_setting

This is an example of how to set up the reception of KakaoTalk game messages for yourself.

Retrieve KakaoTalk Profile

발췌
namekakao_talk_talk_profile

This is an example of how to retrieve your own KakaoTalk profile.

Retrieve KakaoTalk Game Friend List

발췌
namekakao_talk_friends

This is an example of how to retrieve your KakaoTalk game friend list.

Sending KakaoTalk Game Messages

발췌
namekakao_talk_send_game_message

This is an example of sending a KakaoTalk game message using a message template.
If you want to receive specific parameters when the recipient taps the message to enter the game, you can set the exec parmin the message template.
When the recipient receives the message on KakaoTalk and taps the connection link, the app will launch and pass the exec param.
You can use this value to start a specific stage or provide predefined items. Please note that the exec param can only be used with game messages.

Sending KakaoTalk Friend Invitation Messages

발췌
namekakao_talk_send_invite_message

This example demonstrates how to send an invitation message using the KakaoTalk Friend Picker.
Depending on the isSingle option, you can send invitation messages to multiple friends.
If you send invitation messages to multiple friends, a success response is returned even if only one friend successfully receives the message.
The isPopup option allows you to display the Friend Picker in a popup form. This feature is supported through the KakaoSDK but is not supported in the Windows SDK.

Adding a KakaoTalk Channel

발췌
namekakao_talk_add_plus_friend

This is an example of how to add a KakaoTalk channel.

Retrieve the list of friends to whom I sent an invite message

발췌
namekakao_invitation_joiners

This is an example of viewing the list of friends to whom I have sent invitation messages.

If a user is not registered, their information is delivered as an empty object.

Retrieve the count of friends to whom I sent an invite message

발췌
namekakao_invitation_receivers_count

This is an example of checking the number of friends to whom I have sent invitation messages.

...