copy

fun copy(reason: String = this.reason, text: String? = this.text, screenshot: Bitmap? = this.screenshot, sessionId: String? = this.sessionId): FeedbackEvent

Creates new FeedbackEvent from current instance.