サイレントプッシュ通知
Braze SDKのサイレントプッシュ通知の設定方法を学習する。
前提条件
この機能を使用する前に、Android Braze SDKを統合する必要があります。 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!