on Remove From Conversation Received
abstract fun onRemoveFromConversationReceived( @NonNull conversationId: String, @NonNull adminMsisdn: String, @Nullable removedMsisdnList: List<String>, @Nullable removedGroupId: List<String>)
Content copied to clipboard
Called when the backend notifies the client that a subscriber (whether a single user or a group) has been removed from a group conversation by the admin.
See also
Parameters
conversation Id
The conversation ID
admin Msisdn
The international phone number of the admin
removed Msisdn List
The list of international phone numbers of the removed users
removed Group Id
The list of GroupIDs of the removed groups