버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
목차 영역
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.

...

KakaoTalk Profile Retrieval

발췌
namekakao_talk_talk_profile

자신의 카카오톡 프로필을 조회하는 예제입니다This is an example of how to retrieve your own KakaoTalk profile.

...

Retrieving 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

메시지템플릿을 사용한 카카오톡 게임 메시지를 보내는 예제입니다.
수신된 메시지를 터치하여 게임에 진입할 때 특정 파라미터를 받고 싶으면 메시지 템플릿에 exec parm을 설정하여 사용할 수 있습니다.
카카오톡으로 해당 메시지를 수신해서 앱으로 연결 링크를 터치하면, 앱이 실행되면서 exec param을 넘겨줍니다.
이 값을 이용해서 특정 스테이지를 시작하거나 미리 정의해둔 아이템을 지급해줄 수 있습니다. exec parm은 게임 메시지만 사용할 수 있습니다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

카카오톡 친구피커를 이용하여 초대 메시지를 전송합니다.
isSingle 옵션에 따라서 여러 명의 친구에게 초대 메시지를 전송할 수 있습니다.
여러 명의 친구에게 초대 메시지를 전송한 경우, 한 명이라도 성공한 경우 성공 응답을 반환합니다.
isPopup 옵션에 따라서 친구피커를 팝업 형태로 노출 할 수 있습니다. 해당 기능은 KakaoSDK를 통해 지원이 가능한 feature로 Windows SDK에서는 미지원 스펙입니다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.