Package-level declarations
Types
Link copied to clipboard
internal class ConversationFoldersPropertyDataSource(propertiesApi: <Error class: unknown class>, selfUserId: <Error class: unknown class>) : ConversationFoldersPropertyRepository
Link copied to clipboard
Link copied to clipboard
internal class ReadReceiptsPropertyDataSource(propertiesApi: <Error class: unknown class>, userConfigRepository: UserConfigRepository) : ReadReceiptsPropertyRepository
Link copied to clipboard
Link copied to clipboard
internal class ScreenshotCensoringPropertyDataSource(propertiesApi: <Error class: unknown class>, userConfigRepository: UserConfigRepository) : ScreenshotCensoringPropertyRepository
Link copied to clipboard
Link copied to clipboard
internal class TypingIndicatorPropertyDataSource(propertiesApi: <Error class: unknown class>, userConfigRepository: UserConfigRepository) : TypingIndicatorPropertyRepository
Link copied to clipboard
Link copied to clipboard
internal class UserPropertiesSyncDataSource(propertiesApi: <Error class: unknown class>, userConfigRepository: UserConfigRepository) : UserPropertiesSyncRepository
Link copied to clipboard
Link copied to clipboard
internal class UserPropertyDataSource(readReceipts: ReadReceiptsPropertyRepository, typingIndicator: TypingIndicatorPropertyRepository, screenshotCensoring: ScreenshotCensoringPropertyRepository, userPropertiesSync: UserPropertiesSyncRepository, conversationFolders: ConversationFoldersPropertyRepository) : UserPropertyRepository, ReadReceiptsPropertyRepository, TypingIndicatorPropertyRepository, ScreenshotCensoringPropertyRepository, UserPropertiesSyncRepository, ConversationFoldersPropertyRepository
Link copied to clipboard