LaravelFCM\Response\GroupResponse::parseResponse PHP Method

parseResponse() protected method

parse the response
protected parseResponse ( $responseInJson )
$responseInJson
    protected function parseResponse($responseInJson)
    {
        if ($this->parse($responseInJson)) {
            $this->parseFailed($responseInJson);
        }
    }