Method WithBookmarkManager
WithBookmarkManager(IBookmarkManager)
Sets the IBookmarkManager for maintaining bookmarks for the lifetime of the session.
public SessionConfigBuilder WithBookmarkManager(IBookmarkManager bookmarkManager)
Parameters
bookmarkManager
IBookmarkManagerAn instance of IBookmarkManager to use in the session.
Returns
- SessionConfigBuilder
this SessionConfigBuilder instance.