appendIfNotExists

fun MutableList<MessageDataSDK>.appendIfNotExists(message: MessageDataSDK)

Appends a message to the list if it does not already exist.

Parameters

message

The MessageDataSDK to append.