PrivMX
DOCS
Toggle table of contents
Search in API
2.2
common
Platform filter
common
Switch theme
privmx-endpoint-kotlin
privmx-endpoint
/
com.simplito.kotlin.privmx_endpoint.model
/
InboxPublicView
Inbox
Public
View
data
class
InboxPublicView
(
val
inboxId
:
String
,
val
version
:
Long
?
,
val
publicMeta
:
ByteArray
)
Holds Inbox public information.
Members
Constructors
Inbox
Public
View
Link copied to clipboard
constructor
(
inboxId
:
String
,
version
:
Long
?
,
publicMeta
:
ByteArray
)
Properties
inbox
Id
Link copied to clipboard
val
inboxId
:
String
ID of the Inbox
public
Meta
Link copied to clipboard
val
publicMeta
:
ByteArray
Inbox public metadata
version
Link copied to clipboard
val
version
:
Long
?
Version of the Inbox
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int