$application
$application : string
The Pushwoosh application ID where to send the message to (cannot be used together with "applicationsGroup").
Class which represents Pushwoosh '/getTags' request.
create() : \Gomoob\Pushwoosh\Model\Request\GetTagsRequest
Utility function used to create a new instance of the <tt>GetTagsRequest</tt>.
the new created instance.
setApplication(string $application) : \Gomoob\Pushwoosh\Model\Request\CreateMessageRequest
Sets the Pushwoosh application ID where to send the message to.
string | $application | the Pushwoosh application ID where to send the message to. |
this instance.
setAuth(string $auth) : \Gomoob\Pushwoosh\Model\Request\DeleteMessageRequest
Sets the API access token from the Pushwoosh control panel (create this token at https://cp.pushwoosh.com/api_access).
string | $auth | the API access token from the Pushwoosh control panel (create this token at
|
this instance.
setHwid(string $hwid) : \Gomoob\Pushwoosh\Model\Request\GetNearestZoneRequest
Sets the hardware device id used in registerDevice function call.
string | $hwid | the the hardware device id used in registerDevice function call. |
this instance.