-
Notifications
You must be signed in to change notification settings - Fork 6
appinfo.queryAddressBook
ServiceSDK edited this page Jan 4, 2021
·
3 revisions
- 주소록 조회 API
- 간편송금 주소록을 이름이나 번호로 조회함
- function queryAddressBook(options,callback)
-
options
-
queryby
: (Mandatory, String) 다음 두 가지 값을 가질 수 있음-
byname
: 이름으로 조회 -
list
: 등록된 모든 번호 조회
-
-
name
: (Optional, String) 별칭 또는 실명이며 매치되는 것을 전달함
-
-
result_cd
-
200
: 성공 -
404
: 조회된 연락처 없음 -
500
: 시스템 Error
-
-
extra
-
addresscnt
: (Int) 조회된 address 수 -
address
: (JSONArray) 조회된 address 리스트-
nickname
: (String) 별칭 -
name
: (String) 실명 -
telno
: (String) 모바일 번호
-
-
// callback 방식
var options = {};
options.queryby = "bytelno"
gigagenie.appinfo.queryAddressBook(options, function (result_cd, result_msg, extra) {
if (result_cd === 200) {
console.log("Address is:" + JSON.stringify(extra.address));
} else {
console.log("queryAddressBook fail.");
}
});
Copyright ⓒ 2017-2023 kt corp. All rights reserved.
- 개요
- 일반사항
- 참고사항
- 통합개발환경
- Appendix
- 기가지니 웹앱 로그 관리 가이드
- API 전체 보기
-
API초기화
- gigagenie.init
- gigagenie.init.changeContainerId
- gigagenie.init.onAppStatusChange
gigagenie.init.startBgActiongigagenie.init.stopBgActiongigagenie.init.checkBgActiongigagenie.init.startFgActiongigagenie.init.stopFgActiongigagenie.init.checkFgActiongigagenie.init.fgCallgigagenie.init.onFgCallgigagenie.init.bgCallgigagenie.init.onBgCall- gigagenie.init.runApp
-
Voice API
- voice.getVoiceText
- voice.sendTTS
- voice.onVoiceCommand
- voice.setKwsVoiceRecv
- voice.onSelectedIndex
- voice.onRequestClose
- voice.svcFinished
- voice.onActionEvent
- voice.stopTTS
- voice.setVoiceFilter
- voice.resetVoiceFilter
- voice.onVoiceFilterMsg
- voice.onRegToneResults
- voice.setVoiceRecogDomain
- voice.onVocDomainTimeout
- Call API
- 데이터 관리
- G-Box 정보 관리 API
-
Media API
- media.onMuteRequest
- media.showSoftKeyboard
- media.onRemoteKeyEvent
- media.startRecordAudio
- media.onVoiceRecordComplete
- media.stopRecordAudio
- media.createChannel
- media.destroyChannel
- media.startWebRTCAudio
- media.stopWebRTCAudio
- media.keepaliveChannel
- media.onChannelEvent
- media.getOTVChannel
- media.setOTVChannel
- media.sendMsgToOTVWebApp
- media.onOTVWebAppMsg
- media.onSoftKeyEvent
- Payment API
- Vision API
- 통계 API
- Admin API