A
B
C
G
I
L
M
P
R
S
U
W
S
- setCachePreferences(PostHogPreferences) - function in com.posthog.android.PostHogAndroidConfig
- setCaptureApplicationLifecycleEvents(Boolean) - function in com.posthog.android.PostHogAndroidConfig
- setCaptureDeepLinks(Boolean) - function in com.posthog.android.PostHogAndroidConfig
- setCaptureLogcat(Boolean) - function in com.posthog.android.replay.PostHogSessionReplayConfig
- Enable capturing of logcat as console events Defaults to true
- setCaptureScreenViews(Boolean) - function in com.posthog.android.PostHogAndroidConfig
- setContext(PostHogContext) - function in com.posthog.android.PostHogAndroidConfig
- setDateProvider(PostHogDateProvider) - function in com.posthog.android.PostHogAndroidConfig
- setDebouncerDelayMs(Long) - function in com.posthog.android.replay.PostHogSessionReplayConfig
- Deboucer delay used to reduce the number of snapshots captured and reduce performance impact This is used for capturing the view as a wireframe or screenshot The lower the number more snapshots will be captured but higher the performance impact Defaults to 500ms
- setDebug(Boolean) - function in com.posthog.android.PostHogAndroidConfig
- setDrawableConverter(PostHogDrawableConverter) - function in com.posthog.android.replay.PostHogSessionReplayConfig
- Converts custom Drawable to Bitmap By default PostHog tries to convert the Drawable to Bitmap, the supported types are BitmapDrawable, ColorDrawable, GradientDrawable, InsetDrawable, LayerDrawable, RippleDrawable
- setEncryption(PostHogEncryption) - function in com.posthog.android.PostHogAndroidConfig
- setFlushAt(Integer) - function in com.posthog.android.PostHogAndroidConfig
- setFlushIntervalSeconds(Integer) - function in com.posthog.android.PostHogAndroidConfig
- setLegacyStoragePrefix(String) - function in com.posthog.android.PostHogAndroidConfig
- setLogger(PostHogLogger) - function in com.posthog.android.PostHogAndroidConfig
- setMaskAllImages(Boolean) - function in com.posthog.android.replay.PostHogSessionReplayConfig
- Enable masking of all images to a placeholder This is ignored if the screenshot option is enabled Defaults to true
- setMaskAllTextInputs(Boolean) - function in com.posthog.android.replay.PostHogSessionReplayConfig
- Enable masking of all text input fields This is ignored if the screenshot option is enabled Defaults to true
- setMaxBatchSize(Integer) - function in com.posthog.android.PostHogAndroidConfig
- setMaxQueueSize(Integer) - function in com.posthog.android.PostHogAndroidConfig
- setNetworkStatus(PostHogNetworkStatus) - function in com.posthog.android.PostHogAndroidConfig
- setOnFeatureFlags(PostHogOnFeatureFlags) - function in com.posthog.android.PostHogAndroidConfig
- setOptOut(Boolean) - function in com.posthog.android.PostHogAndroidConfig
- setPreloadFeatureFlags(Boolean) - function in com.posthog.android.PostHogAndroidConfig
- setPropertiesSanitizer(PostHogPropertiesSanitizer) - function in com.posthog.android.PostHogAndroidConfig
- setReplayStoragePrefix(String) - function in com.posthog.android.PostHogAndroidConfig
- setScreenshot(Boolean) - function in com.posthog.android.replay.PostHogSessionReplayConfig
- By default Session replay will capture all the views on the screen as a wireframe, By enabling this option, PostHog will capture the screenshot of the screen.
- setSdkName(String) - function in com.posthog.android.PostHogAndroidConfig
- setSdkVersion(String) - function in com.posthog.android.PostHogAndroidConfig
- setSendFeatureFlagEvent(Boolean) - function in com.posthog.android.PostHogAndroidConfig
- setSessionReplay(Boolean) - function in com.posthog.android.PostHogAndroidConfig
- setSessionReplayConfig(PostHogSessionReplayConfig) - function in com.posthog.android.PostHogAndroidConfig
- setSnapshotEndpoint(String) - function in com.posthog.android.PostHogAndroidConfig
- setStoragePrefix(String) - function in com.posthog.android.PostHogAndroidConfig
- setup(Context,T) - function in com.posthog.android.PostHogAndroid.Companion
- Setup the SDK and set a global and singleton instance