Zync SDK
Toggle table of contents
1.0.36-alpha.40
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.product.models
/
ZyncProductUpdateEvent
Zync
Product
Update
Event
sealed
class
ZyncProductUpdateEvent
Event types for product change notifications.
Inheritors
ProductUpdated
ProductDeleted
ProductNotAccessible
Members
Types
Product
Deleted
Link copied to clipboard
data
class
ProductDeleted
(
val
productUid
:
String
)
:
ZyncProductUpdateEvent
Product
Not
Accessible
Link copied to clipboard
data
class
ProductNotAccessible
(
val
productUid
:
String
)
:
ZyncProductUpdateEvent
Product
Updated
Link copied to clipboard
data
class
ProductUpdated
(
val
productUid
:
String
)
:
ZyncProductUpdateEvent