set Disable Analytics
Sets whether to disable analytics for playback.
If disableAnalytics
is set to true
, analytics and tracking features will be disabled. If set to false
, analytics will be enabled as per the global settings.
Return
the Builder instance for method chaining.
Parameters
disable Analytics
true
to disable analytics, false
to enable it.