Link Search Menu Expand Document

Constructor: notificationSoundLocal

Back to constructors index

Indicates a specific local notification sound should be used

Attributes:

NameTypeRequiredDescription
titlestringYesNotification sound title
datastringYesNotification sound identifier (arbitrary data used by the client to identify a specific local notification sound)

Type: NotificationSound

Example:

$notificationSoundLocal = ['_' => 'notificationSoundLocal', 'title' => 'string', 'data' => 'string'];