Interface IPreSendHostSessionProps

All Known Implementing Classes:
RemoteHostSession

public interface IPreSendHostSessionProps
Interface that is called just prior to sending the host session properties to the other party. Each listener
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Called prior to sending the transaction update to the other party.
  • Method Details Link icon

    • onPreSend Link icon

      void onPreSend(HostSessionProps props)
      Called prior to sending the transaction update to the other party. Using this method, an implementing class can add additional data at the last moment.
      Parameters:
      props - The host session properties.