All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.sheigutn.pushbullet.interfaces.SmsSendable Maven / Gradle / Ivy

The newest version!
package com.github.sheigutn.pushbullet.interfaces;

public interface SmsSendable {

    /**
     * Used to send a sms to this object
     * @param number The number to send this sms to
     * @param body   The content of the sms
     */
    void sendSMS(String number, String body);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy