发送多条SMS黑莓 [英] Send multiple SMS on BlackBerry

查看:157
本文介绍了发送多条SMS黑莓的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我能够派单短信黑莓,但是当我试图发送一个以上的短信,只有第一个被发送。

I am able to send a single SMS on BlackBerry, but when I try to send more than one SMS, only the first is sent.

推荐答案

据我所知
你可以使用循环发送短信到多个号码。

AFAIK you can send sms to multiple numbers using loop.

你有code派单的短信,

you have the code to send single sms,

for (int i = 0; i < mobileNumbers.length; i++) {

            //method for sending single sms
            sendSMS(mobileNumbers[i],msg);
        }

这篇关于发送多条SMS黑莓的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆