Pigeon v1.0.4 Pigeon.APNS View Source
Defines publically-exposed Apple Push Notification Service (APNS) functions. For implementation see APNS.Worker.
Link to this section Summary
Link to this section Functions
Link to this function
push(notification, on_response, opts)
View Source
push([Pigeon.APNS.Notification.t], (Pigeon.APNS.Notification.t -> no_return), Keyword.t) :: no_return
push(Pigeon.APNS.Notification.t, (Pigeon.APNS.Notification.t -> no_return), Keyword.t) :: no_return
Sends a push over APNS.