Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update usage example to include sound setting for android and ios (apns).
  • Loading branch information
GerhardKotze authored Jul 31, 2024
1 parent 0450f26 commit 8a04dde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,18 @@ class AccountActivated extends Notification
'android' => [
'notification' => [
'color' => '#0A0A0A',
'sound' => 'default',
],
'fcm_options' => [
'analytics_label' => 'analytics',
],
],
'apns' => [
'payload' => [
'aps' => [
'sound' => 'default'
],
],
'fcm_options' => [
'analytics_label' => 'analytics',
],
Expand Down

0 comments on commit 8a04dde

Please sign in to comment.