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

com.github.kmbulebu.nicknack.providers.pushover.PushOverClient Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
package com.github.kmbulebu.nicknack.providers.pushover;

import java.io.IOException;

public interface PushOverClient {
	
	public void setApiKey(String apiKey);

	public void sendPushMessage(PushMessage pushMessage) throws PushOverException, IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy