Property | Type | Description | |
---|---|---|---|
dvc | |||
newPersonVc | ABNewPersonViewController | ||
personViewer | ABPersonViewController | ||
picker | ABPeoplePickerNavigationController |
Method | Description | |
---|---|---|
PickContact ( UIViewController view, Action |
||
PickContactPhoneNumber ( UIViewController view, string currentValue, Action |
||
SearchByPhoneNumber ( string phoneNumber ) : ABPerson[] | ||
search ( string phoneNumber ) : object[] |
public static PickContact ( UIViewController view, Action |
||
view | UIViewController | |
picked | Action |
|
return | void |
public static PickContactPhoneNumber ( UIViewController view, string currentValue, Action |
||
view | UIViewController | |
currentValue | string | |
picked | Action |
|
return | void |
public static SearchByPhoneNumber ( string phoneNumber ) : ABPerson[] | ||
phoneNumber | string | |
return | ABPerson[] |
public static search ( string phoneNumber ) : object[] | ||
phoneNumber | string | |
return | object[] |
public static DialogViewController,MonoTouch.Dialog dvc | ||
return |
public static ABNewPersonViewController newPersonVc | ||
return | ABNewPersonViewController |
public static ABPersonViewController personViewer | ||
return | ABPersonViewController |