C# Class ElizaChatIntentUI.IntentViewController

Inheritance: UIViewController, IINUIHostedViewControlling
Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
Configure ( INInteraction interaction, INUIHostedViewContext context, Action completion ) : void
DidReceiveMemoryWarning ( ) : void
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
IntentViewController ( IntPtr handle ) : System

Private Methods

Méthode Description
DesiredSize ( ) : CGSize
ReleaseDesignerOutlets ( ) : void

Method Details

Configure() public méthode

public Configure ( INInteraction interaction, INUIHostedViewContext context, Action completion ) : void
interaction INInteraction
context INUIHostedViewContext
completion Action
Résultat void

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

IntentViewController() protected méthode

protected IntentViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void