get Admins Of Conversation As Live Data
fun getAdminsOfConversationAsLiveData(context: Context, conversationId: Int): LiveData<List<STWSingleContact>?>
Content copied to clipboard
Call this method to retrieve list of all administrators of the given conversation (Regular admins and admin initiator) as LiveData
Return
LiveData of the list of administrators STWSingleContact if it exists otherwise null
see STWSingleContact
Parameters
context
The application context
conversation Id
Conversation ID.