Stores the _PushStatus when sending push, set pending, and running states
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
//
|
||||
// Adapter classes must implement the following functions:
|
||||
// * getValidPushTypes()
|
||||
// * send(devices, installations)
|
||||
// * send(devices, installations, pushStatus)
|
||||
//
|
||||
// Default is ParsePushAdapter, which uses GCM for
|
||||
// android push and APNS for ios push.
|
||||
|
||||
export class PushAdapter {
|
||||
send(devices, installations) { }
|
||||
send(devices, installations, pushStatus) { }
|
||||
|
||||
/**
|
||||
* Get an array of valid push types.
|
||||
|
||||
Reference in New Issue
Block a user