Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrTooManyTokens = errors.New("batch import only supports importing " + strconv.Itoa(maxTokens) + " at a time")
)
Functions ¶
This section is empty.
Types ¶
type BatchImportResponse ¶
type BatchImportResponse struct {
Results []*BatchImportResults `json:"results"`
}
type BatchImportResults ¶
type Client ¶
type Client struct { Application string Sandbox bool Scopes []string // contains filtered or unexported fields }
Client provides the structure required to communicate with Google's IID endpoint.
func (*Client) BatchImport ¶
BatchImport imports APNs tokens returning an
Click to show internal directories.
Click to hide internal directories.