LaravelFCM\Request\GroupRequest::buildBody PHP Method

buildBody() protected method

Build the header for the request
protected buildBody ( ) : array
return array
    protected function buildBody()
    {
        return ['operation' => $this->operation, 'notification_key_name' => $this->notificationKeyName, 'notification_key' => $this->notificationKey, 'registration_ids' => $this->registrationIds];
    }