FeatureRequestSubmissionResult

data class FeatureRequestSubmissionResult(val featureRequestId: String, val pending: Boolean)(source)

Result of submitting a feature request via FeedbackClient.submitFeatureRequest.

Constructors

Link copied to clipboard
constructor(featureRequestId: String, pending: Boolean)

Properties

Link copied to clipboard

Server-assigned ID for the created feature request.

Link copied to clipboard

true if the request was held for moderation and is not yet visible on the public board.