Support link/html in analytics prompt strings.

Show the new prompt to everyone, even if they previously opted out.
Add docs to Analytics.
This commit is contained in:
Doug
2021-12-07 12:09:26 +00:00
parent 3cf030eb47
commit 2ddb17ec7b
19 changed files with 401 additions and 151 deletions

View File

@@ -37,8 +37,8 @@ class AnalyticsPromptViewModel: AnalyticsPromptViewModelType {
// MARK: - Setup
/// Initialize a view model with the specified prompt type and app display name.
init(promptType: AnalyticsPromptType, appDisplayName: String) {
super.init(initialViewState: AnalyticsPromptViewState(promptType: promptType, appDisplayName: appDisplayName))
init(promptType: AnalyticsPromptType, strings: AnalyticsPromptStringsProtocol) {
super.init(initialViewState: AnalyticsPromptViewState(promptType: promptType, strings: strings))
}
// MARK: - Public