MCPcopy Create free account
hub / github.com/parse-community/parse-server /

Class

src/Controllers/PushController.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { applyDeviceTokenExists } from '../Push/utils';
7
8export class PushController {
9 sendPush(body = {}, where = {}, config, auth, onPushStatusSaved = () => {}, now = new Date()) {
10 if (!config.hasPushSupport) {
11 throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED, 'Missing push configuration');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected