Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/vcard4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/bitfire/vcard4android/property/CustomType.kt')
-rw-r--r--src/main/java/at/bitfire/vcard4android/property/CustomType.kt10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/at/bitfire/vcard4android/property/CustomType.kt b/src/main/java/at/bitfire/vcard4android/property/CustomType.kt
index 3a4df3f..2b1ccd9 100644
--- a/src/main/java/at/bitfire/vcard4android/property/CustomType.kt
+++ b/src/main/java/at/bitfire/vcard4android/property/CustomType.kt
@@ -9,17 +9,17 @@ import ezvcard.parameter.TelephoneType
*/
object CustomType {
- val HOME = "home"
- val WORK = "work"
+ const val HOME = "home"
+ const val WORK = "work"
object Email {
val MOBILE = EmailType.get("x-mobile")
}
object Nickname {
- val INITIALS = "x-initials"
- val MAIDEN_NAME = "x-maiden-name"
- val SHORT_NAME = "x-short-name"
+ const val INITIALS = "x-initials"
+ const val MAIDEN_NAME = "x-maiden-name"
+ const val SHORT_NAME = "x-short-name"
}
object Phone {