pushex v0.1.2 Pushex.APNS.Request

Pushex.APNS.Request represents a request that will be sent to APNS. It contains the notification, and all the metadata that can be sent with it.

Only the key with a value will be sent to APNS.

Summary

Types

t()
t() :: %Pushex.APNS.Request{app: Pushex.APNS.App.t, notification: map, to: String.t | [String.t]}

Functions

create!(notification, app, opts)
to_message(request)
valid?(self)