Skip to content

Instantly share code, notes, and snippets.

@SaBenBurra
Created October 10, 2022 19:26
Show Gist options
  • Save SaBenBurra/11e901d7cb88d9cfe58c1dc131d6ce5b to your computer and use it in GitHub Desktop.
Save SaBenBurra/11e901d7cb88d9cfe58c1dc131d6ce5b to your computer and use it in GitHub Desktop.
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