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

    Interface UnregisterMessageListenerInput

    Properties required to unregister a timeline listener.

    UnregisterTimelineListenerInput

    interface UnregisterMessageListenerInput {
        handleId: HandleId;
        name: string;
        recipient: Recipient;
    }
    Index

    Properties

    handleId: HandleId

    The identifier of the handle owned by this client.

    name: string

    The name of the listener to unregister.

    recipient: Recipient

    The target recipient.