pushex v0.2.3 Pushex.GCM.App View Source

Pushex.GCM.App represents a GCM application.

The name is a unique identifier used to find the application, and the auth_key is the API key provided by Google.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Pushex.GCM.App{auth_key: String.t(), name: String.t()}

Link to this section Functions