Created
October 10, 2022 19:26
-
-
Save SaBenBurra/11e901d7cb88d9cfe58c1dc131d6ce5b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface IPushNotificationService { | |
public boolean sendNotificationToSingleUser(String data, String clientId); | |
public boolean sendNotificationToAllUsers(String data); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment