Pigeon v1.0.4 Pigeon.ADM View Source
Defines publically-exposed Amazon Device Messaging (ADM) functions. For implementation see ADM.Worker.
Link to this section Summary
Link to this section Functions
Link to this function
push(notification, opts \\ [])
View Source
push(Pigeon.ADM.Notification.t, Keyword.t) :: none
Sends a push over ADM.
Link to this function
push(notification, on_response, opts)
View Source
push(Pigeon.ADM.Notification.t, (() -> none), Keyword.t) :: none
Sends a push over ADM.