Channel
- Description:
카카오톡 채널 API 모듈
Module for Kakao Talk Channel APIs
Methods
(static) addChannel(settings)
- Description:
카카오톡 채널 친구 추가하기
Add Kakao Talk Channel
- See:
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
settings |
Object |
Properties
|
(static) chat(settings)
- Description:
카카오톡 채널 채팅하기
Start Kakao Talk Channel chat
- See:
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
settings |
Object |
Properties
|
(static) cleanup()
- Description:
사용한 카카오톡 채널 모듈 리소스 해제
Cleans up used Kakao Talk Channel module resources
(static) createAddChannelButton(settings)
- Description:
카카오톡 채널 친구 추가하기 버튼 생성
Creates a button to add Kakao Talk Channel
- See:
Parameters:
Name | Type | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object |
Properties
|
(static) createChatButton(settings)
- Description:
카카오톡 채널 채팅하기 버튼 생성
Creates a button to start Kakao Talk Channel chat
- See:
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object |
Properties
|
(static) followChannel(settings) → {Promise.<(FollowChannelResponse|FollowChannelError)>}
- Description:
카카오톡 채널 간편 추가하기
Follow Kakao Talk Channel
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
settings |
Object |
Properties
|
Returns:
- Type
- Promise.<(FollowChannelResponse|FollowChannelError)>
Type Definitions
FollowChannelError
- Description:
카카오톡 채널 간편 추가하기 에러
Errors for Follow Kakao Talk Channel
Properties:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
error |
Object |
Properties
|
카카오톡 채널 간편 추가하기 에러
Errors for Follow Kakao Talk Channel
Type:
- Object
FollowChannelResponse
- Description:
카카오톡 채널 간편 추가하기 응답
Response for Follow Kakao Talk Channel
Properties:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
response |
Object |
Properties
|
카카오톡 채널 간편 추가하기 응답
Response for Follow Kakao Talk Channel
Type:
- Object