홈
JS Bridge
브릿지 확인 중…
close
window.Playio.close()
호출
navigate
navigate(clickAction, actionParameter?)
clickAction
actionParameter (빈값이면 null 전송)
MOVE_PACKAGE_DETAIL / 19
MOVE_GEM_WALLET / null
호출
sendEvent
sendEvent(eventName, jsonData?)
eventName
jsonData
{"id":123,"label":"home"}
정상
빈문자열
'null'
잘못된 JSON
호출
sendEventWithSource
sendEventWithSource(eventName, jsonData?)
eventName
jsonData
{"banner_id":"abc","slot":1}
정상
빈문자열
'null'
잘못된 JSON
호출
showToast
showToast(type, message)
type
message
success
error
info
warning
호출
showSnackBar
showSnackBar(type, message)
type
message
success
error
info
warning
호출
setAppBar
setAppBar(jsonConfig)
jsonConfig
{"visible":true,"title":"테스트","action":["refresh"]}
표시+액션
제목만
숨김
잘못된 JSON
호출
호출 로그
지우기