Show / Hide Table of Contents

Class AN_ContactsResult

Contacts retrive result

Inheritance
System.Object
AN_ContactsResult
Namespace: SA.Android.Contacts
Assembly: cs.temp.dll.dll
Syntax
public class AN_ContactsResult : SA_Result

Constructors

AN_ContactsResult()

Declaration
public AN_ContactsResult()

AN_ContactsResult(SA_Error)

Declaration
public AN_ContactsResult(SA_Error error)
Parameters
Type Name Description
SA_Error error

Properties

Contacts

The list of loaded contacts.

Declaration
public List<AN_ContactInfo> Contacts { get; }
Property Value
Type Description
List<AN_ContactInfo>
In This Article
Back to top Generated by DocFX