withAdditionalSharedPreferences

fun withAdditionalSharedPreferences(vararg additionalSharedPreferences: String): CoreConfigurationBuilder

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.