enabledHttpsForInfo property Null safety

bool? enabledHttpsForInfo
read / write

Enable HTTPS support for user profiles @ discussion The default value is YES. By default, user avatars, group avatars, chat room user avatars 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.

Implementation

bool? enabledHttpsForInfo;