Package io.cobrowse
Interface CobrowseIO.SessionLoadDelegate
- All Superinterfaces:
CobrowseIO.Delegate,Session.Listener
- Enclosing class:
- CobrowseIO
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 Summary
Modifier and TypeMethodDescriptionvoidsessionDidLoad(Session session) Called when a session has been loaded for the first time.Methods inherited from interface io.cobrowse.Session.Listener
sessionDidEnd, sessionDidUpdate
-
Method Details
-
sessionDidLoad
Called when a session has been loaded for the first time.- Parameters:
session- The Session that was loaded
-