SmsUp.Delivery behaviour (sms_up v0.2.0) View Source

SMS delivery behaviour.

Link to this section Summary

Callbacks

Deliver the sms to the selected provider.

Link to this section Callbacks

Specs

deliver(String.t(), String.t()) ::
  {:ok, %{to: String.t(), body: String.t()}} | {:error, String.t()}

Deliver the sms to the selected provider.