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
Send a push notification to native iOS and Android apps even when they are not open on the device. You can combine push notifications with our WebSocket system to deliver data to users whether they are connected or not. For more information see <https://pusher.com/docs/push_notifications>.
573
-
574
-
##### `func (c *Client) Notify`
575
-
576
-
| Argument | Description |
577
-
| :-: | :-: |
578
-
| PushNotification `pusher.PushNotification`| The struct containing your push notification data |
579
-
580
-
| Return Value | Description |
581
-
| :-: | :-: |
582
-
| err `error`| If Notify is unsuccessful, an error value will be passed. |
0 commit comments