IMContentTooLong constant
Description: The input message content is too long
Cause: message more than 1024 bytes.
Solutions: The maximum length should be less than 1024 byte
Implementation
static const int IMContentTooLong = 1009002;
Description: The input message content is too long
Cause: message more than 1024 bytes.
Solutions: The maximum length should be less than 1024 byte
static const int IMContentTooLong = 1009002;