-
public final class _SessionReplayInternalProxyThis class exposes internal methods that are used by other Kubesense modules and cross platform frameworks. It is not meant for public use.
DO NOT USE this class or its methods if you are not working on the internals of the Kubesense SDK or one of the cross platform frameworks.
Methods, members, and functionality of this class are subject to change without notice, as they are not considered part of the public interface of the Kubesense SDK.
-
-
Constructor Summary
Constructors Constructor Description _SessionReplayInternalProxy(SessionReplayConfiguration.Builder builder)
-
Method Summary
Modifier and Type Method Description final SessionReplayConfiguration.BuildersetInternalCallback(SessionReplayInternalCallback internalCallback)Sets an internal callback for session replay. -
-
Constructor Detail
-
_SessionReplayInternalProxy
_SessionReplayInternalProxy(SessionReplayConfiguration.Builder builder)
-
-
Method Detail
-
setInternalCallback
final SessionReplayConfiguration.Builder setInternalCallback(SessionReplayInternalCallback internalCallback)
Sets an internal callback for session replay.
- Parameters:
internalCallback- callback instance to override specific parts of the codebase.
-
-
-
-