CommentStrings

public struct CommentStrings

Localized strings for the comment step of the prompt.

  • Creates CommentStrings with optional custom values.

    Declaration

    Swift

    public init(
      title: String = "Leave a comment",
      subtitle: String = "We value your honest opinion.",
      placeholder: String = "Type your comment here...",
      submitButtonTitle: String = "Submit",
      cancelButtonTitle: String = "Maybe later"
    )