getContactByGroupName

fun getContactByGroupName(context: Context, groupName: String): STWGroup?

Get the group contact having the specified groupName

Return

STWGroup group contact or null if group is not found.

Parameters

context

ContextThe application context.

groupName