\Gomoob\Pushwoosh\Model\ResponseCreateMessageResponseResponse

Class which represents Pushwoosh '/createMessage' response response.

Summary

Methods
Properties
Constants
getMessages()
setMessages()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$messages
N/A

Properties

$messages

$messages : string[]

The Pushwoosh messages sent in response to a Create Message request.

Type

string[]

Methods

getMessages()

getMessages() : string[]

Gets the Pushwoosh messages sent in response to a Create Message request.

Returns

string[]

setMessages()

setMessages(string[] $messages)

Sets the Pushwoosh messages sent in response to a Create Message request.

Parameters

string[] $messages

the Pushwoosh messages sent in response to a Create Message Request.