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 NotificationAlertIos

DTO part for notification.alert.ios.

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

Methods summary

public getTitleLocKey( void ) : string

Returns

string
public setTitleLocKey( string $titleLocKey ) : WonderPush\Obj\NotificationAlertIos

Parameters

$titleLocKey

Returns

WonderPush\Obj\NotificationAlertIos
public getTitleLocArgs( void ) : string

Returns

string
public setTitleLocArgs( string $titleLocArgs ) : WonderPush\Obj\NotificationAlertIos

Parameters

$titleLocArgs

Returns

WonderPush\Obj\NotificationAlertIos
public getBody( void ) : string

Returns

string
public setBody( string $body ) : WonderPush\Obj\NotificationAlertIos

Parameters

$body

Returns

WonderPush\Obj\NotificationAlertIos
public getLocKey( void ) : string

Returns

string
public setLocKey( string $locKey ) : WonderPush\Obj\NotificationAlertIos

Parameters

$locKey

Returns

WonderPush\Obj\NotificationAlertIos
public getLocArgs( void ) : string[]

Returns

string[]
public setLocArgs( string[] $locArgs ) : WonderPush\Obj\NotificationAlertIos

Parameters

$locArgs

Returns

WonderPush\Obj\NotificationAlertIos
public getActionLocKey( void ) : string

Returns

string
public setActionLocKey( string $actionLocKey ) : WonderPush\Obj\NotificationAlertIos

Parameters

$actionLocKey

Returns

WonderPush\Obj\NotificationAlertIos
public getLaunchImage( void ) : string

Returns

string
public setLaunchImage( string $launchImage ) : WonderPush\Obj\NotificationAlertIos

Parameters

$launchImage

Returns

WonderPush\Obj\NotificationAlertIos
public getBadge( void ) : integer

Returns

integer
public setBadge( integer $badge ) : WonderPush\Obj\NotificationAlertIos

Parameters

$badge

Returns

WonderPush\Obj\NotificationAlertIos
public getSound( void ) : string

Returns

string
public setSound( string $sound ) : WonderPush\Obj\NotificationAlertIos

Parameters

$sound

Returns

WonderPush\Obj\NotificationAlertIos
public getCategory( void ) : string

Returns

string
public setCategory( string $category ) : WonderPush\Obj\NotificationAlertIos

Parameters

$category

Returns

WonderPush\Obj\NotificationAlertIos
public getContentAvailable( void ) : integer

Returns

integer
public setContentAvailable( integer $contentAvailable ) : WonderPush\Obj\NotificationAlertIos

Parameters

$contentAvailable

Returns

WonderPush\Obj\NotificationAlertIos
public getMutableContent( void ) : integer

Returns

integer
public setMutableContent( integer $mutableContent ) : WonderPush\Obj\NotificationAlertIos

Parameters

$mutableContent

Returns

WonderPush\Obj\NotificationAlertIos
public getForeground( void ) : WonderPush\Obj\NotificationAlertIosForeground

Returns

WonderPush\Obj\NotificationAlertIosForeground
public setForeground( WonderPush\Obj\NotificationAlertIosForeground|array $foreground ) : WonderPush\Obj\NotificationAlertIos

Parameters

$foreground

Returns

WonderPush\Obj\NotificationAlertIos
public getAttachments( void ) : WonderPush\Obj\NotificationAlertIosAttachment[]

Returns

WonderPush\Obj\NotificationAlertIosAttachment[]
public setAttachments( WonderPush\Obj\NotificationAlertIosAttachment[]|array[] $attachments ) : WonderPush\Obj\NotificationAlertIos

Parameters

$attachments

Returns

WonderPush\Obj\NotificationAlertIos

Methods inherited from WonderPush\Obj\NotificationAlert

getActions(), getAndroid(), getIos(), getReceiveActions(), getTargetUrl(), getText(), getTitle(), getWeb(), setActions(), setAndroid(), setIos(), setReceiveActions(), setTargetUrl(), setText(), setTitle(), setWeb()

Methods inherited from WonderPush\Obj\BaseObject

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

WonderPush PHP library API documentation generated by ApiGen