2017-06-23 7 views

答えて

0

チェックRich notification

{ 
"to": "Your_FCM_ID", 
"data": { 
    "image": "Anyimage URL", 
    "mediaType": “JPG”, 
    "type": "If_you_have_different_type_of_rich_notification" 
}, 
"notification": { 
    "body": "Body", 
    "sound": "default", 
    "title": "Your_title" 
}, 
"content_available": true, 
"mutable_content": true 
} 

Check this link for the more different type of payload contentため、この私のペイロード内容。

Make sure do you have correct format code

Get reference info to implement Rich notification

関連する問題