Zync SDK
Toggle table of contents
2.1.10
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.property.models
/
ZyncPropertyUpdateEvent
Zync
Property
Update
Event
sealed
class
ZyncPropertyUpdateEvent
Inheritors
PropertyUpdated
PropertyDeleted
PropertyNotAccessible
PropertySyncedWithNoChanges
Members
Types
Property
Deleted
Link copied to clipboard
data
class
PropertyDeleted
(
val
propertyUid
:
String
)
:
ZyncPropertyUpdateEvent
Property
Not
Accessible
Link copied to clipboard
data
class
PropertyNotAccessible
(
val
propertyUid
:
String
)
:
ZyncPropertyUpdateEvent
Property
Synced
With
No
Changes
Link copied to clipboard
data
class
PropertySyncedWithNoChanges
(
val
propertyUid
:
String
)
:
ZyncPropertyUpdateEvent
Property
Updated
Link copied to clipboard
data
class
PropertyUpdated
(
val
propertyUid
:
String
)
:
ZyncPropertyUpdateEvent