1 |
AppID 조회 |
G-Box 의 해당 App 에 대한 ID 를 조회한다. |
Web → Native |
appinfo.getContainerId
|
2 |
AuthKey 조회 |
G-Box 의 해당 App 에 설정된 AuthKey 를 조회한다. |
Web → Native |
appinfo.getAuthKey
|
3 |
AuthKey 설정 |
G-Box 의 해당 App 의 AuthKey 를 설정한다. |
Web → Native |
appinfo.setAuthKey
|
4 |
AuthKey 삭제 |
G-Box 의 해당 App 의 AuthKey 를 삭제한다. |
Web → Native |
appinfo.delAuthKey
|
5 |
Push 보내기 |
Companion App 또는 다른 G-Box 에 Push 메시지를 보낸다. |
Web → Native → Mobile App |
appinfo.sendPushMsg
|
6 |
Screen 제한 조회 API |
Screen 이용이 제한되는지 조회한다. |
Web → Native |
appinfo.getScreenLimit
|
7 |
우리집 주소 조회 |
Companion App 에서 설정한 우리집 주소를 조회한다. |
Web → Native |
appinfo.getAddress
|
8 |
User 정보 조회 |
ContainerID에 대한 User 정보를 조회한다. |
Web → Native |
appinfo.getUserInfo
|
9 |
User 설정 정보 조회 |
사용자가 설정한 정보를 조회한다. |
Web → Native |
appinfo.getUserSetInfo
|
10 |
주소록 조회 |
간편송금등을 위한 주소록을 조회한다. |
Web → Native |
appinfo.queryAddressBook
|
11 |
상세주소 조회 |
Companion App 에서 설정한 우리집 상세 주소를 조회한다. |
Web → Native |
appinfo.getAddressDetail
|
12 |
계정변경Event 수신 |
계정변경 이벤트를 수신한다. |
Native → Web |
appinfo.onChangeUser
|