Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SessionEventParameters

Provides parameters which specify the level of detail required by a SessionEventStream registered using addSessionEventListener.

Parameters may be built using the SessionEventParametersBuilder.

since

6.11

Hierarchy

  • SessionEventParameters

Index

Properties

Properties

Optional after

after: undefined | number

Indicates a session start time after which session events should be notified or undefined if one has not been set.

Optional filter

filter: undefined | string

Indicates the session filter or undefined if one has not been set

Optional properties

properties: Set<string>

Indicates the requested properties or undefined if none have been set