Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 896 Bytes

File metadata and controls

10 lines (6 loc) · 896 Bytes

SendbirdPlatformSdk.SendTextMessageRequestBodyPushMessageTemplate

Properties

Name Type Description Notes
title String Specifies the title of the custom push notification template. You can customize the title using the variables sender_name and message, which can be later replaced with corresponding real values when the template is sent out as a notification request to FCM, HMS, or APNs. [optional]
body String Specifies the body of the custom push notification template. You can customize the body using the variables sender_name and message, which can be later replaced with corresponding real values when the template is sent out as a notification request to FCM, HMS, or APNs. If not specified, the body by default contains the message content inside the message property. [optional]