enabledHttpsForMessage property Null safety

bool? enabledHttpsForMessage
read / write

Enable HTTPS support for message content @ discussion The default value is YES. By default, messages, including images, videos, audios are hosted on CommsEase. The SDK will automatically enable HTTPS support for the data. If you want to host all the data on your server, you must set the value to NO to prevent the SDK from automatically converting HTTP URLs to HTTPS URLs. (strongly not recommended) Note that even if this property is set, the URL of messages sent by the iOS SDK is still using the HTTPS protocol, and this setting only affects the URL format conversion of received messages

Implementation

bool? enabledHttpsForMessage;