InviteContact constructor

InviteContact(
  1. List<CustomContact> uiCustomContacts,
  2. UserBean bean
)

Implementation

InviteContact(List<CustomContact> uiCustomContacts, UserBean bean) {
  contactList = uiCustomContacts;
  this.bean = bean;
}