Pigeon v0.9.1 Pigeon.APNS

Defines publically-exposed Apple Push Notification Service (APNS) functions. For implementation see APNSWorker.

Summary

Functions

Sends a push over APNS

Sends a push over APNS

Functions

push(notification)

Specs

push(Pigeon.APNS.Notification) :: none

Sends a push over APNS.

push(notification, on_response)

Specs

push(Pigeon.APNS.Notification, (() -> none)) :: none

Sends a push over APNS.