A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
_
S
- SessionReplay - class in ai.kubesense.android.sessionreplay
- An entry point to Kubesense Session Replay feature.
- SessionReplayConfiguration - class in ai.kubesense.android.sessionreplay
- Describes configuration to be used for the Session Replay feature.
- SessionReplayConfiguration.Builder - class in ai.kubesense.android.sessionreplay.SessionReplayConfiguration
- A Builder class for a SessionReplayConfiguration.
- SessionReplayInternalCallback - class in ai.kubesense.android.sessionreplay
- Defines points of change for clients to override existing functionality with platform specific code.
- SessionReplayInternalResourceQueue - class in ai.kubesense.android.sessionreplay
- Internal API for queuing custom resources in Session Replay.
- SessionReplayPrivacy - class in ai.kubesense.android.sessionreplay
- Defines the Session Replay privacy policy when recording the sessions.
- setBase64(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.Wireframe.ImageWireframe
- setBase64(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.WireframeUpdateMutation.ImageWireframeUpdate
- setDynamicOptimizationEnabled(Boolean) - function in ai.kubesense.android.sessionreplay.SessionReplayConfiguration.Builder
- This option controls whether optimization is enabled or disabled for recording Session Replay data.
- setImagePrivacy(ImagePrivacy) - function in ai.kubesense.android.sessionreplay.SessionReplayConfiguration.Builder
- Sets the image recording level for the Session Replay feature.
- setInternalCallback(SessionReplayInternalCallback) - function in ai.kubesense.android.sessionreplay._SessionReplayInternalProxy
- Sets an internal callback for session replay.
- setIsEmpty(Boolean) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.Wireframe.ImageWireframe
- setIsEmpty(Boolean) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.WireframeUpdateMutation.ImageWireframeUpdate
- setLabel(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.Wireframe.PlaceholderWireframe
- setLabel(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.WireframeUpdateMutation.PlaceholderWireframeUpdate
- setMimeType(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.Wireframe.ImageWireframe
- setMimeType(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.WireframeUpdateMutation.ImageWireframeUpdate
- setMinCPUCoreNumber(Integer) - function in ai.kubesense.android.sessionreplay.SystemRequirementsConfiguration.Builder
- Sets the minimum CPU core number requirement.
- setMinRAMSizeMb(Integer) - function in ai.kubesense.android.sessionreplay.SystemRequirementsConfiguration.Builder
- Sets the minimum requirement of total RAM of the device in megabytes.
- setPrivacy(SessionReplayPrivacy) - function in ai.kubesense.android.sessionreplay.SessionReplayConfiguration.Builder
- Sets the privacy rule for the Session Replay feature.
- setResourceId(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.Wireframe.ImageWireframe
- setResourceId(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.WireframeUpdateMutation.ImageWireframeUpdate
- setResourceQueue(SessionReplayInternalResourceQueue) - function in ai.kubesense.android.sessionreplay.SessionReplayInternalCallback
- Sets the resource queue used by this callback.
- setSessionReplayHidden(View,Boolean) - function in ai.kubesense.android.sessionreplay.PrivacyOverrideExtensionsKt
- Allows setting a view to be "hidden" in the hierarchy in Session Replay.
- setSessionReplayImagePrivacy(View,ImagePrivacy) - function in ai.kubesense.android.sessionreplay.PrivacyOverrideExtensionsKt
- Allows overriding the image privacy for a view in Session Replay.
- setSessionReplayTextAndInputPrivacy(View,TextAndInputPrivacy) - function in ai.kubesense.android.sessionreplay.PrivacyOverrideExtensionsKt
- Allows overriding the text and input privacy for a view in Session Replay.
- setSessionReplayTouchPrivacy(View,TouchPrivacy) - function in ai.kubesense.android.sessionreplay.PrivacyOverrideExtensionsKt
- Allows overriding the touch privacy for a view in Session Replay.
- setSystemRequirements(SystemRequirementsConfiguration) - function in ai.kubesense.android.sessionreplay.SessionReplayConfiguration.Builder
- Defines the minimum system requirements for enabling the Session Replay feature.
- setText(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.Wireframe.TextWireframe
- setText(String) - function in ai.kubesense.android.sessionreplay.model.MobileSegment.WireframeUpdateMutation.TextWireframeUpdate
- setTextAndInputPrivacy(TextAndInputPrivacy) - function in ai.kubesense.android.sessionreplay.SessionReplayConfiguration.Builder
- Sets the text and input recording level for the Session Replay feature.
- setTouchPrivacy(TouchPrivacy) - function in ai.kubesense.android.sessionreplay.SessionReplayConfiguration.Builder
- Sets the touch recording level for the Session Replay feature.
- SHOW - enum entry in ai.kubesense.android.sessionreplay.TouchPrivacy
All touch interactions will be recorded.
- startRecording(SdkCore) - function in ai.kubesense.android.sessionreplay.SessionReplay
- Start recording session replay data.
- startRecordingImmediately(Boolean) - function in ai.kubesense.android.sessionreplay.SessionReplayConfiguration.Builder
- Should recording start automatically (or be manually started).
- stopRecording(SdkCore) - function in ai.kubesense.android.sessionreplay.SessionReplay
- Stop recording session replay data.
- StringObfuscator - class in ai.kubesense.android.sessionreplay.internal.recorder.obfuscator
- Obfuscates string of text in session replay.
- StringObfuscator.Companion - class in ai.kubesense.android.sessionreplay.internal.recorder.obfuscator.StringObfuscator
- supportsView(View) - function in ai.kubesense.android.sessionreplay.MapperTypeWrapper
- Checks whether the underlying mapper would support mapping the given view.
- SystemInformation - class in ai.kubesense.android.sessionreplay.recorder
- Provides information about the current system.
- SystemRequirementsConfiguration - class in ai.kubesense.android.sessionreplay
- This class defines the system requirements necessary to enable the Session Replay feature.
- SystemRequirementsConfiguration.Builder - class in ai.kubesense.android.sessionreplay.SystemRequirementsConfiguration
- Builder class for configuring and creating instances of the SystemRequirementsConfiguration needed to enable the Session Replay feature.
- SystemRequirementsConfiguration.Companion - class in ai.kubesense.android.sessionreplay.SystemRequirementsConfiguration