Class OneSignalNotificationService
Object
OneSignalNotificationService
- All Implemented Interfaces:
PushNotificationService
@Service
public class OneSignalNotificationService
extends Object
implements PushNotificationService
-
Nested Class Summary
Nested classes/interfaces inherited from interface PushNotificationService
PushNotificationService.CreateNotificationResultFailure, PushNotificationService.CreateNotificationResultSuccess -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResult<PushNotificationService.CreateNotificationResultSuccess, PushNotificationService.CreateNotificationResultFailure> send(PushNotification notification)
-
Constructor Details
-
OneSignalNotificationService
public OneSignalNotificationService()
-
-
Method Details
-
send
public Result<PushNotificationService.CreateNotificationResultSuccess,PushNotificationService.CreateNotificationResultFailure> send(PushNotification notification) - Specified by:
sendin interfacePushNotificationService
-