Package io.cobrowse

Interface CobrowseIO.SessionLoadDelegate

All Superinterfaces:
CobrowseIO.Delegate, Session.Listener
Enclosing class:
CobrowseIO

@UiThread public static interface CobrowseIO.SessionLoadDelegate extends CobrowseIO.Delegate
Implement this interface on your delegate to listen for session load events. The load event is fired when a session is first made available to the device, whether by creating a 6 digit code, or via a connect request from an agent.
  • Method Details

    • sessionDidLoad

      void sessionDidLoad(@NonNull Session session)
      Called when a session has been loaded for the first time.
      Parameters:
      session - The Session that was loaded