Signal

fun Signal(accountId: String, socketPath: String? = null)

Creates a Signal instance for a particular account. A connection with the signald socket with be attempted, throwing an exception if unable to connect to the socket.

Parameters

accountId
socketPath

An optional path to the signald socket.