InvitationRunner

class InvitationRunner(mercury: Mercury, url: Url)(source)

The InvitationRunner class is responsible for running the invitation process by parsing the out-of-band URL, unpacking the message, and returning the unpacked message object.

Parameters

mercury

The Mercury interface implementation used for packing and unpacking messages.

url

The URL object representing the out-of-band URL.

Constructors

Link copied to clipboard
constructor(mercury: Mercury, url: Url)

Functions

Link copied to clipboard
fun run(): Message

Runs the invitation process by parsing the out-of-band URL, unpacking the message, and returning the unpacked message object.