C# Class ElizaCore.ElizaAddressBook

Inheritance: NSObject
Mostrar archivo Open project: xamarin/monotouch-samples

Public Methods

Method Description
ContactScreenNames ( ) : NSOrderedSet
ElizaAddressBook ( ) : System
FindUser ( string name ) : ElizaUser
LoadAddressBook ( ) : void

Populates the address book with the default users of the ElizaChat app.

UpdateUserSpecificVocabulary ( ) : void

Method Details

ContactScreenNames() public method

public ContactScreenNames ( ) : NSOrderedSet
return NSOrderedSet

ElizaAddressBook() public method

public ElizaAddressBook ( ) : System
return System

FindUser() public method

public FindUser ( string name ) : ElizaUser
name string
return ElizaUser

LoadAddressBook() public method

Populates the address book with the default users of the ElizaChat app.
public LoadAddressBook ( ) : void
return void

UpdateUserSpecificVocabulary() public method

public UpdateUserSpecificVocabulary ( ) : void
return void