get Html Spanned Text If Enabled
fun String.getHtmlSpannedTextIfEnabled(configurationProvider: BrazeConfigurationProvider): CharSequence
Returns displayable styled text from the provided HTML string, if com.braze.configuration.BrazeConfigurationProvider.getIsPushNotificationHtmlRenderingEnabled is enabled. When disabled, returns the input text.