C# 클래스 ElizaChatIntentUI.IntentViewController

상속: UIViewController, IINUIHostedViewControlling
파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
Configure ( INInteraction interaction, INUIHostedViewContext context, Action completion ) : void
DidReceiveMemoryWarning ( ) : void
ViewDidLoad ( ) : void

보호된 메소드들

메소드 설명
IntentViewController ( IntPtr handle ) : System

비공개 메소드들

메소드 설명
DesiredSize ( ) : CGSize
ReleaseDesignerOutlets ( ) : void

메소드 상세

Configure() 공개 메소드

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

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

IntentViewController() 보호된 메소드

protected IntentViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void