one_signal v0.0.9 OneSignal.Notification
Link to this section Summary
Functions
Send push notification iex> OneSignal.Notification.send(%{"en" => "Hello!", "ja" => "はろー"}, %{"included_segments" => ["All"], "isAndroid" => true})
Link to this section Functions
Link to this function
post_notification_url()
Link to this function
send(body)
Link to this function
send(contents, opts)
Send push notification iex> OneSignal.Notification.send(%{"en" => "Hello!", "ja" => "はろー"}, %{"included_segments" => ["All"], "isAndroid" => true})
Link to this function