mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
retrieve Custom type labels at phone number, email, address
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user