#include <Ultralight/Session.h>
Storage for browsing data (cookies, local storage, etc.) optionally persisted to disk.
- See also
- Renderer::CreateSession
|
virtual bool | is_persistent () const =0 |
| Whether or not this session is written to disk.
|
|
virtual String | name () const =0 |
| A unique name identifying this session.
|
|
virtual uint64_t | id () const =0 |
| A unique numeric ID identifying this session.
|
|
virtual String | disk_path () const =0 |
| The disk path of this session (only valid for persistent sessions).
|
|
virtual void | AddRef () const =0 |
|
virtual void | Release () const =0 |
|
virtual int | ref_count () const =0 |
|
◆ ~Session()
virtual ultralight::Session::~Session |
( |
| ) |
|
|
protectedvirtual |
◆ disk_path()
virtual String ultralight::Session::disk_path |
( |
| ) |
const |
|
pure virtual |
The disk path of this session (only valid for persistent sessions).
◆ id()
virtual uint64_t ultralight::Session::id |
( |
| ) |
const |
|
pure virtual |
A unique numeric ID identifying this session.
◆ is_persistent()
virtual bool ultralight::Session::is_persistent |
( |
| ) |
const |
|
pure virtual |
Whether or not this session is written to disk.
◆ name()
virtual String ultralight::Session::name |
( |
| ) |
const |
|
pure virtual |
A unique name identifying this session.
The documentation for this class was generated from the following file: