com.github.kmbulebu.nicknack.providers.pushover.PushOverClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pushover-provider Show documentation
Show all versions of pushover-provider Show documentation
PushOver Provider for NickNack
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