Express v1.3.3 Express.FCM View Source

FCM pusher. Conforms Express behaviour.

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(FCM.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.