privmx.endpoint.inbox.InboxCreatedEvent
Holds the information about an event.
Static Methods
typeStr()
Returns the event type as a string.
This method returns the constant string "inboxCreated"
, identifying the type of this event as inboxCreated
.
Returns
String
·
A String
representing the event type, in this case, "inboxCreated"
.
Methods
handleWith(cb:)
Handles the event by calling the provided callback with an optional argument.
This implementation passes the data
property to the callback.
Params
cb
(@escaping @MainActor @Sendable (Any?) async -> Void)
A closure that accepts an optional Any?
argument, representing the data to be passed when the event is handled.
getChannel()
Returns the event channel as a string.
This implementation returns the constant string "inbox"
, identifying the channel associated with InboxCreatedEvent
.
Returns
String
·
A String
representing the event channel, in this case, "inbox"
.
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.