
com.togocms.pns.api.Notification Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of togopns Show documentation
Show all versions of togopns Show documentation
Push Notification System (Apple/Google)
The newest version!
package com.togocms.pns.api;
import java.util.List;
public interface Notification {
public String getKeyStorePath() throws Exception;
public String getKeyStorePassword() throws Exception;
public String getSecretKey() throws Exception;
public List getTokens() throws Exception;
public String getTitle() throws Exception;
public String getAlert() throws Exception;
public Boolean isProduction();
public List send() throws Exception;
public void addToken(String token) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy