Const The MediaTailor session configurations.
Optional callback: CreateSessionCallbackThe function to be called on completion or failure of session initialization.
If the callback parameter is not specified, return a Promise object which can
be resolved to a Session object (on successful completion of session initialization)
or rejected with a SessionError object.
Initialize Google PAL SDK integration.
Optional nonceLoader: anyThe NonceLoader object created by Google PAL SDK, which should be specified
only if such an object is already created elsewhere.
Optional consentSettings: PalConsentSettingsThe object with consent settings needed for creating NonceLoader. This
parameter will be ignored if the nonceLoader parameter is specified.
Return true on success or false on failure.
Set the level to control the verbosity of debug console logs.
The new log level setting.
Generated using TypeDoc
Create a new MediaTailor session.