getFavoriteContactsAsLiveData

fun getFavoriteContactsAsLiveData(context: Context): LiveData<List<STWContact>?>

Gets the list of favorite contacts as LiveData.

Return

LiveData of list of STWContact favorites

Parameters

context

The application context