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

commonMain.com.vanniktech.locale.Countries.kt Maven / Gradle / Ivy

The newest version!
package com.vanniktech.locale

@Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
expect object Countries {
  /** Returns the current optional ISO 3166-1 alpha-2 [Country.code] - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 */
  fun currentCountryCode(): String?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy