Uses of Class
com.hoiio.sdk.objects.sms.BulkSmsTxn

Packages that use BulkSmsTxn
com.hoiio.sdk.services   
 

Uses of BulkSmsTxn in com.hoiio.sdk.services
 

Methods in com.hoiio.sdk.services that return BulkSmsTxn
 BulkSmsTxn SmsService.sendBulk(List<String> dests, String msg)
          Sends SMS in bulk (up to 1000 messages) to any mobile numbers in more than 200 countries
 BulkSmsTxn SmsService.sendBulk(List<String> dests, String msg, String senderName, String tag, String notifyUrl)
          Sends SMS in bulk (up to 1000 messages) to any mobile numbers in more than 200 countries
 BulkSmsTxn SmsService.sendBulk(String dest, String msg)
          Sends SMS in bulk (up to 1000 messages) to any mobile numbers in more than 200 countries
 BulkSmsTxn SmsService.sendBulk(String dest, String msg, String senderName, String tag, String notifyUrl)
          Sends SMS in bulk (up to 1000 messages) to any mobile numbers in more than 200 countries