메시지템플릿을 사용한 카카오톡 게임 메시지를 보내는 예제입니다. 수신된 메시지를 터치하여 게임에 진입할 때 특정 파라미터를 받고 싶으면 메시지 템플릿에 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. |