Active User Verification
class ActiveUserVerification(request: RoomMessageEventContent.VerificationRequestMessageEventContent, requestIsFromOurOwn: Boolean, val requestEventId: EventId, requestTimestamp: Long, ownUserId: UserId, ownDeviceId: String, val theirUserId: UserId, theirInitialDeviceId: String?, val roomId: RoomId, supportedMethods: Set<VerificationMethod>, api: MatrixClientServerApiClient, possiblyEncryptEvent: PossiblyEncryptEvent, keyStore: KeyStore, room: RoomService, keyTrust: KeyTrustService) : ActiveVerificationImpl
Constructors
Link copied to clipboard
constructor(request: RoomMessageEventContent.VerificationRequestMessageEventContent, requestIsFromOurOwn: Boolean, requestEventId: EventId, requestTimestamp: Long, ownUserId: UserId, ownDeviceId: String, theirUserId: UserId, theirInitialDeviceId: String?, roomId: RoomId, supportedMethods: Set<VerificationMethod>, api: MatrixClientServerApiClient, possiblyEncryptEvent: PossiblyEncryptEvent, keyStore: KeyStore, room: RoomService, keyTrust: KeyTrustService)