-
public final class ChatRecipientSearchUseCase
-
-
Constructor Summary
Constructors Constructor Description ChatRecipientSearchUseCase(SuspendFunction0<Unit> updateList)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>isSearching()final UnitsetSearchVisibility(MaterialCardView containerSearch, AllowedToMessageParticipants allowedToMessageParticipants)final UnitinitSearchView(EditText textInputSearch, LifecycleCoroutineScope scope)final List<HMSPeer>getFilteredPeers(List<HMSPeer> remotePeers)-
-
Constructor Detail
-
ChatRecipientSearchUseCase
ChatRecipientSearchUseCase(SuspendFunction0<Unit> updateList)
-
-
Method Detail
-
isSearching
final <ERROR CLASS> isSearching()
-
setSearchVisibility
final Unit setSearchVisibility(MaterialCardView containerSearch, AllowedToMessageParticipants allowedToMessageParticipants)
-
initSearchView
final Unit initSearchView(EditText textInputSearch, LifecycleCoroutineScope scope)
-
getFilteredPeers
final List<HMSPeer> getFilteredPeers(List<HMSPeer> remotePeers)
-
-
-
-