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

co.fingerprintsoft.notification.PushNotificationSender Maven / Gradle / Ivy

The newest version!
package co.fingerprintsoft.notification;



public interface PushNotificationSender {

    /**
     * Sends out the push notification to the given device token
     *
     * @param text push notification text
     * @param deviceToken token of device to send the notification to.
     */
    NotificationResult sendNotification(String text, String deviceToken);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy