public class AddressBookListContact extends Object
| Modifier and Type | Field and Description |
|---|---|
String[] |
completedList |
Contact[] |
contactList |
String[] |
failedList |
| Constructor and Description |
|---|
AddressBookListContact(Contact[] contactList,
String[] failedList,
String[] completedList) |
Copyright © 2023. All rights reserved.