Show / Hide Table of Contents

    Class AddressBookReadContactsResult

    This class contains the information retrieved when ReadContacts(EventCallback<AddressBookReadContactsResult>) operation is completed.

    Inheritance
    System.Object
    AddressBookReadContactsResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class AddressBookReadContactsResult

    Properties

    Contacts

    Contains the contacts details retrieved from address book.

    Declaration
    public IAddressBookContact[] Contacts { get; }
    Property Value
    Type Description
    IAddressBookContact[]

    If the requested operation was successful, this property holds an array of IAddressBookContact objects; otherwise, this is null.

    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters