
com.github.sheigutn.pushbullet.interfaces.SmsSendable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pushbullet-java-8 Show documentation
Show all versions of pushbullet-java-8 Show documentation
Pushbullet Library for Java 8
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