retrieve Custom type labels at phone number, email, address

This commit is contained in:
tibbi
2018-09-02 12:39:07 +02:00
parent 5a0ebde4d3
commit f74cc8cd31
8 changed files with 26 additions and 21 deletions

View File

@ -1,3 +1,3 @@
package com.simplemobiletools.contacts.models
data class Email(var value: String, var type: Int)
data class Email(var value: String, var type: Int, var label: String)