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

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

Inheritors

Link copied to clipboard