getContactMembersOfGroup

suspend fun getContactMembersOfGroup(context: Context, groupId: Long): List<STWContact>?

Get the list of :

  • members inside the current group as STWSubscriber

  • sub-group inside the current group as STWGroup

Return

list of STWContact or null if not exist.

Parameters

context

The application context

groupId

The group identifier