public abstract class FirebaseNotification extends Object
| Constructor and Description |
|---|
FirebaseNotification() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
fetchNoneNullItems(List<String> playerIds) |
protected abstract String |
getFirebaseRemoteToken() |
protected boolean |
isNullOrEmpty(String e) |
void |
sendNotification(List<String> playerIds,
String type,
Object payload) |
void |
sendNotification(String playerId,
String type,
Object payload) |
Copyright © 2019 ir.jalambadani. All rights reserved.