ContactSelectedModel

open class ContactSelectedModel

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 getGroupContactBusinessReceivedList(): ArrayList<ContactItem>
Link copied to clipboard
open fun getPhoneReceivedList(): ArrayList<PhoneItem>
Link copied to clipboard
open fun getPhoneSelectedList(): ArrayList<PhoneItem>
Link copied to clipboard
open fun setGroupBusinessContactList(@Nullable contactBusinessContactList: ArrayList<ContactItem>)
Link copied to clipboard
open fun setGroupContactBusinessReceivedList(@Nullable groupContactBusinessReceivedList: ArrayList<ContactItem>)
Link copied to clipboard
open fun setPhoneReceivedList(@Nullable phoneReceivedList: ArrayList<PhoneItem>)
Link copied to clipboard
open fun setPhoneSelectedList(@Nullable phoneSelectedList: ArrayList<PhoneItem>)