LaravelFCM\Response\TopicResponse::parseResponse PHP Method

parseResponse() protected method

parse the response
protected parseResponse ( $responseInJson )
$responseInJson
    protected function parseResponse($responseInJson)
    {
        if (!$this->parseSuccess($responseInJson)) {
            $this->parseError($responseInJson);
        }
        $this->logResponse();
    }