ContactSelectedModelResult

open class ContactSelectedModelResult

Author

yermanov Model encapsulate contact selection data

Functions

Link copied to clipboard
open fun getContactBusinessContactList(): ArrayList<ContactItem>
Link copied to clipboard
open fun getCount(): Int
Link copied to clipboard
open fun getGroupContactBusinessAddedList(): ArrayList<ContactItem>
Link copied to clipboard
open fun getPhoneAddedList(): ArrayList<PhoneItem>
Link copied to clipboard
open fun getPhoneList(): ArrayList<PhoneItem>
Link copied to clipboard
open fun setGroupBusinessContactList(@Nullable contactBusinessContactList: ArrayList<ContactItem>)
Link copied to clipboard
open fun setGroupContactBusinessAddedList(@Nullable groupContactBusinessAddedList: ArrayList<ContactItem>)
Link copied to clipboard
open fun setPhoneAddedList(@Nullable phoneAddedList: ArrayList<PhoneItem>)
Link copied to clipboard
open fun setPhoneList(@Nullable phoneList: ArrayList<PhoneItem>)