kalium
common
persistence
/
com.wire.kalium.persistence.dao.conversation
/
ConversationGuestLinkEntity
Conversation
Guest
Link
Entity
data
class
ConversationGuestLinkEntity
(
val
link
:
String
,
val
isPasswordProtected
:
Boolean
)
Members
Constructors
Conversation
Guest
Link
Entity
Link copied to clipboard
constructor
(
link
:
String
,
isPasswordProtected
:
Boolean
)
Properties
is
Password
Protected
Link copied to clipboard
val
isPasswordProtected
:
Boolean
link
Link copied to clipboard
val
link
:
String