Skip to main content

B1MobileMessageData

  • Data container for a single mobile message entry, holding all localized string IDs for message and answer texts.
    * Includes text IDs for the message body, three answer options, and their corresponding reply texts.
PropertyTypeDescriptionMetadata
ListKeyFStringUnique list key identifying this message data entry within its parent array.Category: B1MobileMessageData
MessageStrIdFStringString table key for the localized message body text.Category: B1MobileMessageData
PositiveAnswerStrIdFStringString table key for the localized positive answer option text.Category: B1MobileMessageData
NormalAnswerStrIdFStringString table key for the localized neutral answer option text.Category: B1MobileMessageData
NegativeAnswerStrIdFStringString table key for the localized negative answer option text.Category: B1MobileMessageData
PositiveAnswerReplyStrIdFStringString table key for the reply text shown after the positive answer is chosen.Category: B1MobileMessageData
NormalAnswerReplyStrIdFStringString table key for the reply text shown after the neutral answer is chosen.Category: B1MobileMessageData
NegativeAnswerReplyStrIdFStringString table key for the reply text shown after the negative answer is chosen.Category: B1MobileMessageData
InvitationExpiredAnswerReplyStrIdFStringString table key for the reply text shown when the invitation has expired.Category: B1MobileMessageData
bIsNeedConvertMessageboolWhether the message text requires runtime conversion to insert dynamic content such as a site name.Category: B1MobileMessageData