StoreReviewStrings

public struct StoreReviewStrings

Localized strings for the App Store review prompt step.

  • Creates StoreReviewStrings with optional custom values.

    Declaration

    Swift

    public init(
      title: String = "Thank you!",
      message: String = "What about reviewing us in the App Store?",
      submitButtonTitle: String = "Ok, sure",
      cancelButtonTitle: String = "No thanks"
    )