ThankYouStrings

public struct ThankYouStrings

Localized strings for the final thank-you screen.

  • Creates ThankYouStrings with optional custom values.

    Declaration

    Swift

    public init(
      title: String = "Thank you!",
      message: String = "Your feedback is precious to us.",
      closeButtonTitle: String = "Close"
    )