Interface StartListener


public interface StartListener
An interface to implement the method for receiving the bot start event.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to implement for receiving the bot start event.
  • Method Details

    • onStart

      void onStart()
      Method to implement for receiving the bot start event.