$application
$application : string
The Pushwoosh application ID where you send the message to.
Class which represents Pushwoosh '/pushStat' request.
create() : \Gomoob\Pushwoosh\Model\Request\PushStatRequest
Utility function used to create a new instance of the <tt>PushStatRequest</tt>.
the new created instance.
setApplication(string $application) : \Gomoob\Pushwoosh\Model\Request\PushStatRequest
Sets the Pushwoosh application ID where you send the message to.
string | $application | Pushwoosh application ID where you send the message to. |
this instance.
setHash(string $hash) : \Gomoob\Pushwoosh\Model\Request\PushStatRequest
Sets the tag received in push notification.
string | $hash | the tag received in push notification. |
this instance.
setHwid(string $hwid) : \Gomoob\Pushwoosh\Model\Request\PushStatRequest
Sets the hardware device id used in registerDevice function call.
string | $hwid | the the hardware device id used in registerDevice function call. |
this instance.