You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use setData function for message by JSON type instead of array. Can I do this?
$message->setNotification($note)
->setData(array('someId' => 111));
Thank you.
The text was updated successfully, but these errors were encountered:
I want to use setData function for message by JSON type instead of array. Can I do this?
$message->setNotification($note)
->setData(array('someId' => 111));
Thank you.
The text was updated successfully, but these errors were encountered: