update Conversation Availability
open fun updateConversationAvailability( @NonNull context: Context, @NonNull thread: ThreadItem, availability: Boolean)
Content copied to clipboard
Call this method to update the availability property of the conversation in the local Database.
Conversation with available only recipient means that the message will be received by only available recipient.
Parameters
context
The application context
thread
the conversation.
availability
true to enable available only recipient option.