$application
$application : string
The the Pushwoosh application ID to be used by default by all the requests performed by the Pushwoosh client.
This identifier can be overwritten by request if needed.
Class which defines a Pushwoosh client.
$applicationsGroup : string
The Pushwoosh applications group code to be used to defautl by all the requests performed by the Pushwoosh client
. This identifier can be overwritten by requests if needed.
WARNING: If the application is defined then the applications groups must not be defined.
create() : \Gomoob\Pushwoosh\Client\Pushwoosh
Utility function used to create a new instance of the Pushwoosh client.
the new created instance.
createMessage(\Gomoob\Pushwoosh\Model\Request\CreateMessageRequest $createMessageRequest)
{@inheritDoc}
\Gomoob\Pushwoosh\Model\Request\CreateMessageRequest | $createMessageRequest |
registerDevice(\Gomoob\Pushwoosh\Model\Request\RegisterDeviceRequest $registerDeviceRequest)
{@inheritDoc}
\Gomoob\Pushwoosh\Model\Request\RegisterDeviceRequest | $registerDeviceRequest |
setTags(\Gomoob\Pushwoosh\Model\Request\SetTagsRequest $setTagsRequest)
{@inheritDoc}
\Gomoob\Pushwoosh\Model\Request\SetTagsRequest | $setTagsRequest |
unregisterDevice(\Gomoob\Pushwoosh\Model\Request\UnregisterDeviceRequest $unregisterDeviceRequest)
{@inheritDoc}
\Gomoob\Pushwoosh\Model\Request\UnregisterDeviceRequest | $unregisterDeviceRequest |