InviteContact constructor

InviteContact(
  1. List<CustomContact> uiCustomContacts
)

Implementation

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