PrivMX
DOCS
Toggle table of contents
Search in API
2.6
Select version
2.6
2.5
2.3
2.2
common
Platform filter
common
Switch theme
privmx-endpoint-kotlin
privmx-endpoint
/
com.simplito.kotlin.privmx_endpoint.model.events
/
StoreFileUpdatedEventData
Store
File
Updated
Event
Data
data
class
StoreFileUpdatedEventData
(
val
file
:
File
,
val
changes
:
List
<
FileChange
>
)
Holds information about file updates.
Members
Constructors
Store
File
Updated
Event
Data
Link copied to clipboard
constructor
(
file
:
File
,
changes
:
List
<
FileChange
>
)
Properties
changes
Link copied to clipboard
val
changes
:
List
<
FileChange
>
List of file changes.
file
Link copied to clipboard
val
file
:
File
File meta.