LaravelFCM\Response\DownstreamResponse::parseResponse PHP Method

parseResponse() protected method

Parse the response
protected parseResponse ( $responseInJson )
$responseInJson
    protected function parseResponse($responseInJson)
    {
        $this->parse($responseInJson);
        if ($this->needResultParsing($responseInJson)) {
            $this->parseResult($responseInJson);
        }
        $this->logResponse();
    }