The FMPPush.Service enumeration is used to determine a push notifications service.
enum FMPPush.Service : String
It is used by the service property of the FMPPush class and by the service(_:) method of the FMPPush.Builder class.
Value | Description |
apns | Apple Push Notification service.case apns |
firebase | Firebase Cloud Messaging service.case firebase |
See also: