PrefsModule

@Module
object PrefsModule

Functions

Link copied to clipboard
@Provides
@Singleton
fun provideAnalyticsPrefs(analyticsPreferences: SharedPreferences, appPreferences: SharedPreferences): AnalyticsPrefs
Link copied to clipboard
Link copied to clipboard
@Provides
@Singleton
fun provideAppSharedPreferences(context: Context): SharedPreferences
Link copied to clipboard
@Provides
@Singleton
fun provideCustomEmojiPrefs(sharedPreferences: SharedPreferences): CustomEmojiPrefs
Link copied to clipboard
Link copied to clipboard
@Provides
@Singleton
fun provideMapConsentPrefs(sharedPreferences: SharedPreferences): MapConsentPrefs
Link copied to clipboard
Link copied to clipboard
@Provides
@Singleton
fun provideMapPrefs(sharedPreferences: SharedPreferences): MapPrefs
Link copied to clipboard
@Provides
@Singleton
fun provideMapSharedPreferences(context: Context): SharedPreferences
Link copied to clipboard
@Provides
@Singleton
fun provideMapTileProviderPrefs(sharedPreferences: SharedPreferences): MapTileProviderPrefs
Link copied to clipboard
@Provides
@Singleton
fun provideMeshPrefs(sharedPreferences: SharedPreferences): MeshPrefs
Link copied to clipboard
@Provides
@Singleton
fun provideMeshSharedPreferences(context: Context): SharedPreferences
Link copied to clipboard
@Provides
@Singleton
fun provideRadioPrefs(sharedPreferences: SharedPreferences): RadioPrefs
Link copied to clipboard
@Provides
@Singleton
fun provideRadioSharedPreferences(context: Context): SharedPreferences
Link copied to clipboard
@Provides
@Singleton
fun provideUiPrefs(sharedPreferences: SharedPreferences): UiPrefs
Link copied to clipboard
@Provides
@Singleton
fun provideUiSharedPreferences(context: Context): SharedPreferences