getGroupByIdAsLiveData

fun getGroupByIdAsLiveData(context: Context, groupId: Long): LiveData<STWContact>

Get -if exist- the STWContact having the specified group Id

Return

LiveData of STWContact or null if not exist.

Parameters

context

The application context

groupId

The group identifier