Package pl.smsapi.api

Examples of pl.smsapi.api.SmsFactory.actionSend()


    SmsFactory smsApi = new SmsFactory(client());

    final long time = (new Date().getTime() / 1000) + 86400;

    StatusResponse result;
    BaseAction action = smsApi.actionSend()
        .setText("test message")
        .setTo(numberTest)
        .setDateSent(time);

    result = (StatusResponse) executeAction(action);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.