Constructor: notificationSoundLocal
Indicates a specific local notification sound should be used
Attributes:
Name | Type | Required | Description |
---|---|---|---|
title | string | Yes | Notification sound title |
data | string | Yes | Notification sound identifier (arbitrary data used by the client to identify a specific local notification sound) |
Type: NotificationSound
Example:
$notificationSoundLocal = ['_' => 'notificationSoundLocal', 'title' => 'string', 'data' => 'string'];