\Gomoob\Pushwoosh\Model\NotificationADM

Class which represents specific Pushwoosh notification informations for Amazon Device Messaging.

Summary

Methods
Properties
Constants
getBanner()
getCustomIcon()
getHeader()
getIcon()
getRootParams()
getSound()
getTtl()
setBanner()
setCustomIcon()
setHeader()
setIcon()
setRootParams()
setSound()
setTtl()
toJSON()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$banner
$customIcon
$header
$icon
$rootParams
$sound
$ttl
N/A

Properties

$banner

$banner

$customIcon

$customIcon

$header

$header

$icon

$icon

$rootParams

$rootParams

$sound

$sound

$ttl

$ttl

Methods

getBanner()

getBanner()

getCustomIcon()

getCustomIcon()

getHeader()

getHeader()

getIcon()

getIcon()

getRootParams()

getRootParams()

getSound()

getSound()

getTtl()

getTtl()

setBanner()

setBanner( $banner)

Parameters

$banner

setCustomIcon()

setCustomIcon( $customIcon)

Parameters

$customIcon

setHeader()

setHeader( $header)

Parameters

$header

setIcon()

setIcon( $icon)

Parameters

$icon

setRootParams()

setRootParams( $rootParams)

Parameters

$rootParams

setSound()

setSound( $sound)

Parameters

$sound

setTtl()

setTtl( $ttl)

Parameters

$ttl

toJSON()

toJSON() : array

Creates a JSON representation of this request.

Returns

array —

a PHP array which can be passed to the 'json_encode' PHP method.