Express v1.3.3 Express.APNS View Source

Link to this section Summary

Functions

Pushes a message with options and callback function (which are optional). Returns a response from a provider (via callback function)

Link to this section Functions

Link to this function push(push_message, opts \\ [], callback_fun \\ nil) View Source
push(Express.APNS.PushMessage.t, Keyword.t, Express.callback_fun | nil) :: {:noreply, map}

Pushes a message with options and callback function (which are optional). Returns a response from a provider (via callback function).

Callback implementation for Express.push/3.