모바일 » Api

sendsms

Description

입력한 전화번호로 SMS를 발송한다. 

Parameters

Parameters Type Description
strTelNo STRING 전화번호
strMsg STRING 발송할 SMS 내용

Return Value

Type Description
void

Example

function btn_sendsms_on_mouseup(objInst) { mobil_basic.sendsms("010-0000-0000", "연락 바랍니다."); }

See Also

sendcall
sendemail

Viewer Ver.

9.1.1.1

Update Date

20190627