Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ - (void)setAutomaticDataCollectionEnabled:(BOOL)automaticDataCollectionEnabled {
}

- (BOOL)shouldRunSDKFlowsOnStartup {
// This can be controlled at 3 different levels in decsending priority. If a higher-priority
// This can be controlled at 3 different levels in descending priority. If a higher-priority
// setting exists, the lower level settings are ignored.
// 1. Setting made by the app by setting FIAM SDK's automaticDataCollectionEnabled flag.
// 2. FIAM specific data collection setting in plist file.
Expand Down
Loading