templateId property
ZH
推送模板 ID
设置后根据目标用户通过 SDK RCPushProfile 中的 setPushLanguageCode 设置的语言环境,匹配模板中设置的语言内容进行推送,未匹配成功时使用默认内容进行推送,模板内容在“开发者后台-自定义推送文案”中进行设置。 注:RCMessagePushConfig 中的 Title 和 PushContent 优先级高于模板 ID(templateId)中对应的标题和推送内容。
EN
Push template ID
Based on recipient's RCPushProfile.setPushLanguageCode, pick template language; fallback to default if unmatched Configure templates in Developer Console > Custom Push Text Note: RCMessagePushConfig Title and PushContent override templateId content
Implementation
String? templateId;