SimpleSoftwareIO\SMS\Drivers\CallFireSMS::receive PHP Method

receive() public method

Receives an incoming message via REST call.
public receive ( mixed $raw ) : IncomingMessage
$raw mixed
return SimpleSoftwareIO\SMS\IncomingMessage
    public function receive($raw)
    {
        throw new \RuntimeException('CallFire push messages is not supported.');
    }