定义一个java手机接口,打电话,接电话,发短信,接受短信的功能?
publicinterfacecalling{
/*
*
]*@paramcalledphonenocallingnumber
*@paramcalledphonenocallednumber
*@return返回调用成功失败id
*/
publicintcallingin(stringcallphoneno,stringcalledphoneno)
/*
]*
*@paramcalledphonenocallednumber
*@paramcalledphonenocallingnumber
*@returnreturntocallsuccessfailureid
*/
publicintcallout(stringcalledphoneno,stringcallphoneno)
/*
*@paramcalledphonenoreceivesmsnumber
*@paramcallphonenosendsmsnumber
*@paramcontentsmscontent
*@returntosendsmssuccessid
*/
publicintsendmsg(字符串calledphoneno,字符串callphoneno,字符串内容)
/*
*
]*@paramcalledphonenosendsmsnumber
*@paramcalledphonenoreceivesmsnumber
*@paramcontent
*@returnreceivesmssuccessidentification
*备注:实际上,您不能使用此接口。要发送短信息,您需要将短信息保存到短信息发送表,然后有一个进程实时扫描数据,然后发送
*/
publicintrecivemsg(stringcallphoneno,stringcalledphoneno,stringcontent)
}
原文标题:java手机软件大全 定义一个Java手机接口,打电话,接电话,发短信,接受短信的功能?,如若转载,请注明出处:https://www.tzjingsheng.com/news/55000.html
免责声明:此资讯系转载自合作媒体或互联网其它网站,「豪运号」登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述,文章内容仅供参考。