SignaldClient

interface SignaldClient

Represents a client able to communicate with a signald socket.

This interface is here because JavaScript has a different client implementation based on suspending functions, while all the other platforms use non-suspend functions.

Functions

subscribe
Link copied to clipboard
common
abstract fun subscribe(): IncomingMessageSubscription
subscribeSuspend
Link copied to clipboard
common
abstract suspend fun subscribeSuspend(): IncomingMessageSubscription

Inheritors

Signal
Link copied to clipboard