Chute iOS용 URL 스킴
Chute iOS는 1.0.2부터 3가지 액션과 하나의 옵션을 지원합니다.
액션:
start | connect | on
선택한 구성으로 시작합니다.
예:
chute://startchute:///startstop | disconnect | off
현재 세션을 중지합니다.
toggle | switch
선택한 구성으로 시작 또는 중지합니다.
옵션:
autoclose=true
액션 완료 후 Chute 자동 종료.
예:
chute:///toggle?autoclose=true
x-callback-url
Chute는 x-callback-url 사양을 지원합니다. URL 스킴은 'chute'이며 사용 가능한 액션은 'start', 'stop', 'toggle'입니다.
예: chute://x-callback-url/start?x-success={{ "{{sms://}}" }}&x-error={{ "{{tel://}}" }}