C# Class ElizaChatIntentUI.IntentViewController

Inheritance: UIViewController, IINUIHostedViewControlling
ファイルを表示 Open project: xamarin/monotouch-samples

Public Methods

Method Description
Configure ( INInteraction interaction, INUIHostedViewContext context, Action completion ) : void
DidReceiveMemoryWarning ( ) : void
ViewDidLoad ( ) : void

Protected Methods

Method Description
IntentViewController ( IntPtr handle ) : System

Private Methods

Method Description
DesiredSize ( ) : CGSize
ReleaseDesignerOutlets ( ) : void

Method Details

Configure() public method

public Configure ( INInteraction interaction, INUIHostedViewContext context, Action completion ) : void
interaction INInteraction
context INUIHostedViewContext
completion Action
return void

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

IntentViewController() protected method

protected IntentViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void