ConversationCryptoStats
data class ConversationCryptoStats(val totalConversations: Int, val proteusCount: Int, val mlsCount: Int, val mixedCount: Int, val mlsDriftCount: Int, val mixedDriftCount: Int, val mlsLeftCount: Int, val mixedLeftCount: Int, val ccLookupFailedCount: Int, val conversationDetails: List<ConversationCryptoDetail>)
Constructors
Link copied to clipboard
constructor(totalConversations: Int, proteusCount: Int, mlsCount: Int, mixedCount: Int, mlsDriftCount: Int, mixedDriftCount: Int, mlsLeftCount: Int, mixedLeftCount: Int, ccLookupFailedCount: Int, conversationDetails: List<ConversationCryptoDetail>)