with Additional Shared Preferences
fun withAdditionalSharedPreferences(vararg additionalSharedPreferences: String): CoreConfigurationBuilder
Content copied to clipboard
Add here your {@link android.content.SharedPreferences} identifier Strings if you use others than your application's default. They will be added to the {@link ReportField#SHARED_PREFERENCES} field.
Return
this instance
Parameters
additionalSharedPreferences
names of additional preferences.