WonderPush PHP library
  • Namespace
  • Class
Navigation
  • Namespace
  • Class
Namespaces
  • WonderPush
    • Api
    • Errors
    • Net
    • Obj
    • Params
    • Util
Classes
  • Application
  • ApplicationCollection
  • BaseObject
  • Collection
  • DeliveriesCreateResponse
  • Event
  • GeoLocation
  • Installation
  • InstallationApplication
  • InstallationApplicationApple
  • InstallationCollection
  • InstallationDevice
  • InstallationDeviceCapabilities
  • InstallationDeviceConfiguration
  • InstallationPreferences
  • InstallationPushToken
  • Notification
  • NotificationAlert
  • NotificationAlertAndroid
  • NotificationAlertAndroidButton
  • NotificationAlertIos
  • NotificationAlertIosAttachment
  • NotificationAlertIosForeground
  • NotificationAlertWeb
  • NotificationAlertWebButton
  • NotificationButton
  • NotificationButtonAction
  • NotificationButtonActionEvent
  • NotificationInApp
  • NotificationInAppButton
  • NotificationInAppMap
  • NotificationInAppMapPlace
  • NotificationPush
  • NotificationPushAndroid
  • NotificationPushIos
  • NotificationPushWeb
  • NullObject
  • Pagination
  • SuccessResponse
  • User
  • WebSdkInitOptions

Class NotificationPushAndroid

DTO part for notification.push.android.

WonderPush\Obj\BaseObject implements WonderPush\Util\JsonSerializable
┗ WonderPush\Obj\NotificationPush
┗ WonderPush\Obj\NotificationPushAndroid
Namespace: WonderPush\Obj
See: WonderPush\Obj\NotificationPush
Codecoverageignore
Located at Obj/NotificationPushAndroid.php

Methods summary

public getDelayWhileIdle( void ) : boolean

Returns

boolean
public setDelayWhileIdle( boolean $delayWhileIdle ) :

Parameters

$delayWhileIdle

Returns


$this
public getCollapseKey( void ) : string

Returns

string
public setCollapseKey( string $collapseKey ) :

Parameters

$collapseKey

Returns


$this
public getRestrictedPackageName( void ) : string

Returns

string
public setRestrictedPackageName( string $restrictedPackageName ) :

Parameters

$restrictedPackageName

Returns


$this

Methods inherited from WonderPush\Obj\NotificationPush

getAndroid(), getCustom(), getExpirationDate(), getExpirationTime(), getIos(), getPayload(), getPriority(), getWeb(), setAndroid(), setCustom(), setExpirationDate(), setExpirationTime(), setIos(), setPayload(), setPriority(), setWeb()

Methods inherited from WonderPush\Obj\BaseObject

__construct(), __toString(), _new(), clearAllFields(), deepClone(), jsonSerialize(), toArray(), toData()

Constants summary

Constants inherited from WonderPush\Obj\NotificationPush

PRIORITY_HIGH, PRIORITY_NORMAL

WonderPush PHP library API documentation generated by ApiGen