Package tigase.push.api
Interface IPushProvider
-
- All Known Implementing Classes:
APNsBinaryApiProvider,FcmXmppApiProvider
public interface IPushProviderCreated by andrzej on 31.12.2016.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIPushProvider.Feature
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetDescription()StringgetName()default Optional<Integer>maxPayloadSize()voidpushNotification(String deviceId, INotification notification)default Set<IPushProvider.Feature>supportedFeatures()
-
-
-
Method Detail
-
getName
String getName()
-
getDescription
String getDescription()
-
pushNotification
void pushNotification(String deviceId, INotification notification)
-
supportedFeatures
default Set<IPushProvider.Feature> supportedFeatures()
-
-