모바일 » Api

sendcall

Description

전화를 발신하는 API 이다. 

Parameters

Parameters Type Description
strTelNo STRING 전화번호

Return Value

Type Description
void

Remark

전화번호가 없는 경우 전화 거는 화면만 표시 한다.

Example

function btn_sendcall_on_mouseup(objInst) { mobil_basic.sendcall("010-0000-0000"); }

See Also

sendsms
sendemail

Viewer Ver.

9.1.1.1

Update Date

20190627