@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface RegisterMessageListenerInput

    Properties required to register a timeline listener.

    RegisterEventListenerInput

    interface RegisterMessageListenerInput {
        handleId: HandleId;
        listener: (content: EventListenerContent) => void;
        name: string;
        recipient: Recipient;
    }
    Index

    Properties

    handleId: HandleId

    The identifier of the handle owned by this client.

    listener: (content: EventListenerContent) => void

    The listener to register.

    name: string

    The name of the listener.

    recipient: Recipient

    The target recipient.