All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.in.shabinder.soundbound.zipline.LocaleProvider.kt Maven / Gradle / Ivy

The newest version!
package `in`.shabinder.soundbound.zipline

import app.cash.zipline.ZiplineService

interface LocaleProvider : ZiplineService {
    fun getDefaultLocaleCountry(): String
    fun getDefaultLocaleLanguageTag(): String
    fun getDefaultTimeZone(): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy