enable Message Read Confirmation
open fun enableMessageReadConfirmation( @NonNull context: Context, isEnabled: Boolean, @Nullable callBack: STWOperationCallback<MessagingError>)
Content copied to clipboard
Call this method to change the read confirmation feature.
Parameters
context
The application context
is Enabled
boolean:true if user require a message read confirmation for each sent message, false otherwise
call Back
This callback will be invoked to handle operation result :
- Success : The read confirmation feature is successfully updated
- Error : an error occurred when trying to update the read confirmation feature