Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun addRedactor(redactor: Redactor, order: RedactorOrder = RedactorOrder.AFTER_DEFAULTS): FeedbackConfig.Builder

Phase 34 Plan 03 (AND-PAYLOAD-05) — register a custom Redactor to compose with the built-in default. By default host redactors run after the defaults (further scrub remaining content); pass RedactorOrder.BEFORE_DEFAULTS to run the host redactor first — useful for "restoring" known internal IDs that might otherwise be caught by the default Luhn matcher.

Link copied to clipboard
Link copied to clipboard

Phase 34 Plan 02 (AND-PAYLOAD-04) — opt in to capturing the last lines entries from the app's logcat buffer on feedback submission.

Link copied to clipboard

Sets the runtime log threshold. Pass LogLevel.NONE to silence the SDK entirely.

Link copied to clipboard

Phase 34 Plan 03 (AND-PAYLOAD-06) — opt in to sending device identifiers (Build.DEVICE, ANDROID_ID, any host-supplied user_id) alongside the feedback payload. Default is false; identifiers are stripped before submit unless the host explicitly opts in.