C# Class XamarinEvolveIOS.ContactHelper

Datei anzeigen Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Public Methods

Method Description
AddContact ( UINavigationController navigationController, User user ) : void
CallPerson ( string number ) : void
CanCallPerson ( string number ) : bool
CanEMailPerson ( string address ) : bool
EmailPerson ( string address ) : void
GetFirstAndLastName ( User user ) : string>.KeyValuePair
ShowAddContactController ( UINavigationController navigationController, User user ) : void

Private Methods

Method Description
AskShouldAddDuplicateAndContinue ( UINavigationController navigationController, User user ) : bool
CheckForExistingAndContinue ( UINavigationController navigationController, User user, bool mainThreadRequired ) : void
ShowNoContactAccess ( ) : void
StartOnAddContactAction ( UINavigationController navigationController, User user ) : void

Method Details

AddContact() public method

public AddContact ( UINavigationController navigationController, User user ) : void
navigationController UINavigationController
user XamarinEvolveSSLibrary.User
return void

CallPerson() public static method

public static CallPerson ( string number ) : void
number string
return void

CanCallPerson() public static method

public static CanCallPerson ( string number ) : bool
number string
return bool

CanEMailPerson() public static method

public static CanEMailPerson ( string address ) : bool
address string
return bool

EmailPerson() public static method

public static EmailPerson ( string address ) : void
address string
return void

GetFirstAndLastName() public static method

public static GetFirstAndLastName ( User user ) : string>.KeyValuePair
user XamarinEvolveSSLibrary.User
return string>.KeyValuePair

ShowAddContactController() public method

public ShowAddContactController ( UINavigationController navigationController, User user ) : void
navigationController UINavigationController
user XamarinEvolveSSLibrary.User
return void