Notificaciones push silenciosas
Aprende a configurar notificaciones push silenciosas para el SDK de Braze.
Requisitos previos
Antes de poder utilizar esta característica, tendrás que integrar el SDK de Android Braze. You’ll also need to set up push notifications.
Setting up silent push notifications
Silent notifications are available through the Braze Messaging API. To take advantage of them, you need to set the send_to_sync
flag to true
within the Android push object and ensure there are no title
or alert
fields set as it will cause errors when used alongside send_to_sync
—however, you can include data extras
within the object.
guide/swift/push_notifications/silent.md developer_ %}
guide/android/push_notifications/silent.md developer_ %}
New Stuff!