Show / Hide Table of Contents

Interface IContactAppService

Namespace: Volo.Chat.Users
Assembly: Volo.Chat.Application.Contracts.dll
Syntax
public interface IContactAppService : IApplicationService

Methods

GetContactsAsync(GetContactsInput)

Declaration
Task<List<ChatContactDto>> GetContactsAsync(GetContactsInput input)
Parameters
Type Name Description
GetContactsInput input
Returns
Type Description
Task<List<ChatContactDto>>

GetTotalUnreadMessageCountAsync()

Declaration
Task<int> GetTotalUnreadMessageCountAsync()
Returns
Type Description
Task<System.Int32>
Back to top Powered by Volosoft