ClarioDesk. Reads are exposed as Streams that
auto-prime and then live-update.
Lifecycle
init
theme only if you use the
prebuilt UI.
identify
clearIdentity() before Verified-identity logout/account switch.
reset
init() registers a fresh device.
Tickets & messages
createTicket
sendMessage
ticketsStream
messagesStream
CSAT
submitCsat
Attachments
attachmentUploadProgress
0.0 to 1.0.
refreshAttachmentUrl
Push
handlePushPayload
Connection
connectionStream
connecting, connected, reconnecting,
disconnected, fatal. See Realtime.
The React Native SDK mirrors this surface 1:1 with the same method names and
semantics, and the Swift SDK implements the same contract in Swift idioms. If
a capability behaves differently across the SDKs, itβs a bug. See the
RN API reference and the
Swift API reference.