pushex v0.1.1 Pushex.GCM.App

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.

Summary

Types

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

Functions

create(app)
create!(app)
valid?(self)