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

com.togocms.pns.api.Notification Maven / Gradle / Ivy

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